Html Css Color HEX #2AB118 Kelly Green

📋 copy color: '#2AB118'

red 42 ◦ green 177 ◦ blue 24

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

Shades of Kelly Green #2AB118

Tints of Kelly Green #2AB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 72.84%

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 17.28%
G = 72.84%
B = 9.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#2AB118 (or 0x2AB118) is known color: Kelly Green. HEX triplet: 2A, B1 and 18. RGB value is (42,177,24). Sum of RGB (Red+Green+Blue) = 42+177+24=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB118 is #D54EE7. Grayscale: #777777. Windows color (decimal): -13979368 or 1618218. OLE color: 1618218.

HSL color Cylindrical-coordinate representation of color #2AB118: hue angle of 112.94º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB118 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 24 -
CMYK 0.76 0 0.86 0.31
HSL 112.94º 0.76% 0.39% -
HSV(B) 112.94º 0.86% 0.69% -
XYZ 16.84 32 6.15 -
YUV 119.19 74.27 72.94 -
System Red Green Blue C M Y K H S L
Decimal 42 177 24 0.76 0 0.86 0.31 112.94 0.76 0.39
Hex 2A B1 18 4C 0 56 1F 71 4C 27
Octal 52 261 30 114 0 126 37 161 114 47
Binary 101010 10110001 11000 1001100 0 1010110 11111 1110001 1001100 100111

Color Harmonies of #2AB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB118

Black with #2AB118

Text Example


Text Example

White with #2AB118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,177,24); }

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

background-color css

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

 a { background-color: rgb(42,177,24); }

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

border-color css

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

 span { border-color: rgb(42,177,24); }

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