Html Css Color HEX #2ABB04 Kelly Green

📋 copy color: '#2ABB04'

red 42 ◦ green 187 ◦ blue 4

#2ABB04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2ABB04

Tints of Kelly Green #2ABB04

RGB

 RED value IS 42 (16.8% from 255) = 18.03%

 GREEN value IS 187 (73.44% from 255) = 80.26%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 18.03%
G = 80.26%
B = 1.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2ABB04 (or 0x2ABB04) is known color: Kelly Green. HEX triplet: 2A, BB and 04. RGB value is (42,187,4). Sum of RGB (Red+Green+Blue) = 42+187+4=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB04 is #D544FB. Grayscale: #7B7B7B. Windows color (decimal): -13976828 or 310058. OLE color: 310058.

HSL color Cylindrical-coordinate representation of color #2ABB04: hue angle of 107.54º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ABB04 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 4 -
CMYK 0.78 0 0.98 0.27
HSL 107.54º 0.96% 0.37% -
HSV(B) 107.54º 0.98% 0.73% -
XYZ 18.75 36.04 6.08 -
YUV 122.78 60.96 70.38 -
System Red Green Blue C M Y K H S L
Decimal 42 187 4 0.78 0 0.98 0.27 107.54 0.96 0.37
Hex 2A BB 4 4E 0 62 1B 6C 60 25
Octal 52 273 4 116 0 142 33 154 140 45
Binary 101010 10111011 100 1001110 0 1100010 11011 1101100 1100000 100101

Color Harmonies of #2ABB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB04

Black with #2ABB04

Text Example


Text Example

White with #2ABB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABB04; }

 p { color: rgb(42,187,4); }

 H1.HeaderClassName
 {
   color: #2ABB04;
 }
 .AnyTagClassName
 {
   color: #2ABB04;
 }
</style>

background-color css

<style>
 a { background-color: #2ABB04; }

 a { background-color: rgb(42,187,4); }

 div.DivClassName
 {
   background-color: #2ABB04;
 }
 .BgClassName
 {
   background-color: #2ABB04;
 }
</style>

border-color css

<style>
 span { border-color: #2ABB04; }

 span { border-color: rgb(42,187,4); }

 td.TdClassName
 {
   border-color: #2ABB04;
 }
 .TagClassName
 {
   border-color: #2ABB04;
 }
</style>