#2EA60E

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

Shades of Kelly Green #2EA60E

Tints of Kelly Green #2EA60E

Color information

#2EA60E (or 0x2EA60E) is unknown color: approx Kelly Green. HEX triplet: 2E, A6 and 0E. RGB value is (46,166,14). Sum of RGB (Red+Green+Blue) = 46+166+14=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA60E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA60E is #D159F1. Grayscale: #717171. Windows color (decimal): -13720050 or 960046. OLE color: 960046.

HSL color Cylindrical-coordinate representation of color #2EA60E: hue angle of 107.37º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EA60E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB4616614-
CMYK0.7200.920.35
HSL107.37º84.44%35.29%-
HSV(B)107.37º91.57%65.1%-
XYZ14.8427.885.02-
YUV112.7972.2480.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 166 (65.23% from 255) = 73.45%
BLUE value IS 14 (5.86% from 255) = 6.19%
R=20.35%
G=73.45%
B=6.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166140.7200.920.35107.3784.4435.29
Hex2EA6E4805C236b5423
Octal562461611001344315312443
Binary10111010100110111010010000101110010001111010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,14); }

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

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

 a { background-color: rgb(46,166,14); }

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

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

 span { border-color: rgb(46,166,14); }

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