#2ECA0E

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

Shades of Kelly Green #2ECA0E

Tints of Kelly Green #2ECA0E

Color information

#2ECA0E (or 0x2ECA0E) is unknown color: approx Kelly Green. HEX triplet: 2E, CA and 0E. RGB value is (46,202,14). Sum of RGB (Red+Green+Blue) = 46+202+14=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA0E is #D135F1. Grayscale: #868686. Windows color (decimal): -13710834 or 969262. OLE color: 969262.

HSL color Cylindrical-coordinate representation of color #2ECA0E: hue angle of 109.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ECA0E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB4620214-
CMYK0.7700.930.21
HSL109.79º87.04%42.35%-
HSV(B)109.79º93.07%79.22%-
XYZ22.3342.857.51-
YUV133.9260.3265.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 202 (79.30% from 255) = 77.10%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=17.56%
G=77.10%
B=5.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202140.7700.930.21109.7987.0442.35
Hex2ECAE4D05D156e572a
Octal563121611501352515612752
Binary1011101100101011101001101010111011010111011101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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