#2ECE0A

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

Shades of Kelly Green #2ECE0A

Tints of Kelly Green #2ECE0A

Color information

#2ECE0A (or 0x2ECE0A) is unknown color: approx Kelly Green. HEX triplet: 2E, CE and 0A. RGB value is (46,206,10). Sum of RGB (Red+Green+Blue) = 46+206+10=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECE0A is #D131F5. Grayscale: #888888. Windows color (decimal): -13709814 or 708142. OLE color: 708142.

HSL color Cylindrical-coordinate representation of color #2ECE0A: hue angle of 108.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ECE0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB4620610-
CMYK0.7800.950.19
HSL108.98º90.74%42.35%-
HSV(B)108.98º95.15%80.78%-
XYZ23.2544.757.7-
YUV135.8256.9963.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 206 (80.86% from 255) = 78.63%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=17.56%
G=78.63%
B=3.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46206100.7800.950.19108.9890.7442.35
Hex2ECEA4E05F136d5b2a
Octal563161211601372315513352
Binary1011101100111010101001110010111111001111011011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,206,10); }

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

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

 a { background-color: rgb(46,206,10); }

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

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

 span { border-color: rgb(46,206,10); }

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