Html Css Color HEX #2AB904 Kelly Green

📋 copy color: '#2AB904'

red 42 ◦ green 185 ◦ blue 4

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

Shades of Kelly Green #2AB904

Tints of Kelly Green #2AB904

RGB

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

 GREEN value IS 185 (72.66% from 255) = 80.09%

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

R = 18.18%
G = 80.09%
B = 1.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#2AB904 (or 0x2AB904) is known color: Kelly Green. HEX triplet: 2A, B9 and 04. RGB value is (42,185,4). Sum of RGB (Red+Green+Blue) = 42+185+4=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB904 is #D546FB. Grayscale: #7A7A7A. Windows color (decimal): -13977340 or 309546. OLE color: 309546.

HSL color Cylindrical-coordinate representation of color #2AB904: hue angle of 107.4º 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 #2AB904 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 4 -
CMYK 0.77 0 0.98 0.27
HSL 107.4º 0.96% 0.37% -
HSV(B) 107.4º 0.98% 0.73% -
XYZ 18.33 35.2 5.94 -
YUV 121.61 61.62 71.22 -
System Red Green Blue C M Y K H S L
Decimal 42 185 4 0.77 0 0.98 0.27 107.4 0.96 0.37
Hex 2A B9 4 4D 0 62 1B 6B 60 25
Octal 52 271 4 115 0 142 33 153 140 45
Binary 101010 10111001 100 1001101 0 1100010 11011 1101011 1100000 100101

Color Harmonies of #2AB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB904

Black with #2AB904

Text Example


Text Example

White with #2AB904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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