#2DAE11

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

Shades of Kelly Green #2DAE11

Tints of Kelly Green #2DAE11

Color information

#2DAE11 (or 0x2DAE11) is unknown color: approx Kelly Green. HEX triplet: 2D, AE and 11. RGB value is (45,174,17). Sum of RGB (Red+Green+Blue) = 45+174+17=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 174 (68.36% from 255 or 73.73% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAE11 is #D251EE. Grayscale: #767676. Windows color (decimal): -13783535 or 1158701. OLE color: 1158701.

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

Color convert

RGB4517417-
CMYK0.7400.900.32
HSL109.3º82.2%37.45%-
HSV(B)109.3º90.23%68.24%-
XYZ16.3230.875.63-
YUV117.5371.2676.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 174 (68.36% from 255) = 73.73%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=19.07%
G=73.73%
B=7.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45174170.7400.900.32109.382.237.45
Hex2DAE114A05A206d5225
Octal552562111201324015512245
Binary101101101011101000110010100101101010000011011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,17); }

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

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

 a { background-color: rgb(45,174,17); }

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

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

 span { border-color: rgb(45,174,17); }

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