#2EC50C

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

Shades of Kelly Green #2EC50C

Tints of Kelly Green #2EC50C

Color information

#2EC50C (or 0x2EC50C) is unknown color: approx Kelly Green. HEX triplet: 2E, C5 and 0C. RGB value is (46,197,12). Sum of RGB (Red+Green+Blue) = 46+197+12=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 197 (77.34% from 255 or 77.25% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC50C is #D13AF3. Grayscale: #838383. Windows color (decimal): -13712116 or 836910. OLE color: 836910.

HSL color Cylindrical-coordinate representation of color #2EC50C: hue angle of 108.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EC50C is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB4619712-
CMYK0.7700.940.23
HSL108.97º88.52%40.98%-
HSV(B)108.97º93.91%77.25%-
XYZ21.1640.547.06-
YUV130.7660.9767.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 197 (77.34% from 255) = 77.25%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=18.04%
G=77.25%
B=4.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46197120.7700.940.23108.9788.5240.98
Hex2EC5C4D05E176d5929
Octal563051411501362715513151
Binary1011101100010111001001101010111101011111011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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