#2EA70C

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

Shades of Kelly Green #2EA70C

Tints of Kelly Green #2EA70C

Color information

#2EA70C (or 0x2EA70C) is unknown color: approx Kelly Green. HEX triplet: 2E, A7 and 0C. RGB value is (46,167,12). Sum of RGB (Red+Green+Blue) = 46+167+12=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 167 (65.62% from 255 or 74.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA70C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA70C is #D158F3. Grayscale: #717171. Windows color (decimal): -13719796 or 829230. OLE color: 829230.

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

Color convert

RGB4616712-
CMYK0.7200.930.35
HSL106.84º86.59%35.1%-
HSV(B)106.84º92.81%65.49%-
XYZ15.0128.245.01-
YUV113.1570.9180.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 167 (65.62% from 255) = 74.22%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=20.44%
G=74.22%
B=5.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46167120.7200.930.35106.8486.5935.1
Hex2EA7C4805D236b5723
Octal562471411001354315312743
Binary10111010100111110010010000101110110001111010111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,12); }

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

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

 a { background-color: rgb(46,167,12); }

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

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

 span { border-color: rgb(46,167,12); }

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