#2cab14

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

Shades of Kelly Green #2CAB14

Tints of Kelly Green #2CAB14

Color information

#2CAB14 (or 0x2CAB14) is unknown color: approx Kelly Green. HEX triplet: 2C, AB and 14. RGB value is (44,171,20). Sum of RGB (Red+Green+Blue) = 44+171+20=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAB14 is #D354EB. Grayscale: #747474. Windows color (decimal): -13849836 or 1354540. OLE color: 1354540.

HSL color Cylindrical-coordinate representation of color #2CAB14: hue angle of 110.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CAB14 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB4417120-
CMYK0.7400.880.33
HSL110.46º79.06%37.45%-
HSV(B)110.46º88.3%67.06%-
XYZ15.7329.715.57-
YUV115.8173.9276.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 171 (67.19% from 255) = 72.77%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=18.72%
G=72.77%
B=8.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44171200.7400.880.33110.4679.0637.45
Hex2CAB144A058216e4f25
Octal542532411201304115611745
Binary101100101010111010010010100101100010000111011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cab14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,171,20); }

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

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

 a { background-color: rgb(44,171,20); }

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

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

 span { border-color: rgb(44,171,20); }

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