#2CAA11

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

Shades of Kelly Green #2CAA11

Tints of Kelly Green #2CAA11

Color information

#2CAA11 (or 0x2CAA11) is unknown color: approx Kelly Green. HEX triplet: 2C, AA and 11. RGB value is (44,170,17). Sum of RGB (Red+Green+Blue) = 44+170+17=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA11 is #D355EE. Grayscale: #737373. Windows color (decimal): -13850095 or 1157676. OLE color: 1157676.

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

Color convert

RGB4417017-
CMYK0.7400.90.33
HSL109.41º81.82%36.67%-
HSV(B)109.41º90%66.67%-
XYZ15.5129.335.37-
YUV114.8872.7677.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 170 (66.80% from 255) = 73.59%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=19.05%
G=73.59%
B=7.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170170.7400.90.33109.4181.8236.67
Hex2CAA114A05A216d5225
Octal542522111201324115512245
Binary101100101010101000110010100101101010000111011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,17); }

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

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

 a { background-color: rgb(44,170,17); }

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

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

 span { border-color: rgb(44,170,17); }

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