#2EAE14

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

Shades of Kelly Green #2EAE14

Tints of Kelly Green #2EAE14

Color information

#2EAE14 (or 0x2EAE14) is unknown color: approx Kelly Green. HEX triplet: 2E, AE and 14. RGB value is (46,174,20). Sum of RGB (Red+Green+Blue) = 46+174+20=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 174 (68.36% from 255 or 72.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAE14 is #D151EB. Grayscale: #767676. Windows color (decimal): -13717996 or 1355310. OLE color: 1355310.

HSL color Cylindrical-coordinate representation of color #2EAE14: hue angle of 109.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EAE14 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB4617420-
CMYK0.7400.890.32
HSL109.87º79.38%38.04%-
HSV(B)109.87º88.51%68.24%-
XYZ16.3930.95.76-
YUV118.1772.5976.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 174 (68.36% from 255) = 72.5%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=19.17%
G=72.5%
B=8.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174200.7400.890.32109.8779.3838.04
Hex2EAE144A059206e4f26
Octal562562411201314015611746
Binary101110101011101010010010100101100110000011011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,20); }

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

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

 a { background-color: rgb(46,174,20); }

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

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

 span { border-color: rgb(46,174,20); }

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