#2EC60C

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

Shades of Kelly Green #2EC60C

Tints of Kelly Green #2EC60C

Color information

#2EC60C (or 0x2EC60C) is unknown color: approx Kelly Green. HEX triplet: 2E, C6 and 0C. RGB value is (46,198,12). Sum of RGB (Red+Green+Blue) = 46+198+12=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC60C is #D139F3. Grayscale: #838383. Windows color (decimal): -13711860 or 837166. OLE color: 837166.

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

Color convert

RGB4619812-
CMYK0.7700.940.22
HSL109.03º88.57%41.18%-
HSV(B)109.03º93.94%77.65%-
XYZ21.39417.13-
YUV131.3560.6467.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 198 (77.73% from 255) = 77.34%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=17.97%
G=77.34%
B=4.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46198120.7700.940.22109.0388.5741.18
Hex2EC6C4D05E166d5929
Octal563061411501362615513151
Binary1011101100011011001001101010111101011011011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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