#2CAF18

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

Shades of Kelly Green #2CAF18

Tints of Kelly Green #2CAF18

Color information

#2CAF18 (or 0x2CAF18) is unknown color: approx Kelly Green. HEX triplet: 2C, AF and 18. RGB value is (44,175,24). Sum of RGB (Red+Green+Blue) = 44+175+24=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAF18 is #D350E7. Grayscale: #777777. Windows color (decimal): -13848808 or 1617708. OLE color: 1617708.

HSL color Cylindrical-coordinate representation of color #2CAF18: hue angle of 112.05º 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 #2CAF18 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB4417524-
CMYK0.7500.860.31
HSL112.05º75.88%39.02%-
HSV(B)112.05º86.29%68.63%-
XYZ16.5331.266.03-
YUV118.6274.674.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 175 (68.75% from 255) = 72.02%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=18.11%
G=72.02%
B=9.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44175240.7500.860.31112.0575.8839.02
Hex2CAF184B0561F704c27
Octal542573011301263716011447
Binary10110010101111110001001011010101101111111100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,175,24); }

 H1.HeaderClassName
 {
   color: #2CAF18;
 }
 .AnyTagClassName
 {
   color: #2CAF18;
 }
</style>
background-color css

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

 a { background-color: rgb(44,175,24); }

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

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

 span { border-color: rgb(44,175,24); }

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