#2AB118

Color #2AB118 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2AB118

Tints of Kelly Green #2AB118

Color information

#2AB118 (or 0x2AB118) is unknown color: approx 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

RGB4217724-
CMYK0.7600.860.31
HSL112.94º76.12%39.41%-
HSV(B)112.94º86.44%69.41%-
XYZ16.84326.15-
YUV119.1974.2772.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% 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 (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177240.7600.860.31112.9476.1239.41
Hex2AB1184C0561F714c27
Octal522613011401263716111447
Binary10101010110001110001001100010101101111111100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>