#2ECA05

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

Shades of Kelly Green #2ECA05

Tints of Kelly Green #2ECA05

Color information

#2ECA05 (or 0x2ECA05) is unknown color: approx Kelly Green. HEX triplet: 2E, CA and 05. RGB value is (46,202,5). Sum of RGB (Red+Green+Blue) = 46+202+5=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA05 is #D135FA. Grayscale: #858585. Windows color (decimal): -13710843 or 379438. OLE color: 379438.

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

Color convert

RGB462025-
CMYK0.7700.980.21
HSL107.51º95.17%40.59%-
HSV(B)107.51º97.52%79.22%-
XYZ22.2742.837.24-
YUV132.955.8266.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 202 (79.30% from 255) = 79.84%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=18.18%
G=79.84%
B=1.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4620250.7700.980.21107.5195.1740.59
Hex2ECA54D062156c5f29
Octal56312511501422515413751
Binary101110110010101011001101011000101010111011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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