Html Css Color HEX #2AB50C Kelly Green

📋 copy color: '#2AB50C'

red 42 ◦ green 181 ◦ blue 12

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

Shades of Kelly Green #2AB50C

Tints of Kelly Green #2AB50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 77.02%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 17.87%
G = 77.02%
B = 5.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#2AB50C (or 0x2AB50C) is known color: Kelly Green. HEX triplet: 2A, B5 and 0C. RGB value is (42,181,12). Sum of RGB (Red+Green+Blue) = 42+181+12=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB50C is #D54AF3. Grayscale: #787878. Windows color (decimal): -13978356 or 832810. OLE color: 832810.

HSL color Cylindrical-coordinate representation of color #2AB50C: hue angle of 109.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AB50C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 12 -
CMYK 0.77 0 0.93 0.29
HSL 109.35º 0.88% 0.38% -
HSV(B) 109.35º 0.93% 0.71% -
XYZ 17.55 33.57 5.9 -
YUV 120.17 66.95 72.24 -
System Red Green Blue C M Y K H S L
Decimal 42 181 12 0.77 0 0.93 0.29 109.35 0.88 0.38
Hex 2A B5 C 4D 0 5D 1D 6D 58 26
Octal 52 265 14 115 0 135 35 155 130 46
Binary 101010 10110101 1100 1001101 0 1011101 11101 1101101 1011000 100110

Color Harmonies of #2AB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB50C

Black with #2AB50C

Text Example


Text Example

White with #2AB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,12); }

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

background-color css

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

 a { background-color: rgb(42,181,12); }

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

border-color css

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

 span { border-color: rgb(42,181,12); }

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