#2EC207

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

Shades of Kelly Green #2EC207

Tints of Kelly Green #2EC207

Color information

#2EC207 (or 0x2EC207) is unknown color: approx Kelly Green. HEX triplet: 2E, C2 and 07. RGB value is (46,194,7). Sum of RGB (Red+Green+Blue) = 46+194+7=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 194 (76.17% from 255 or 78.54% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC207 is #D13DF8. Grayscale: #818181. Windows color (decimal): -13712889 or 508462. OLE color: 508462.

HSL color Cylindrical-coordinate representation of color #2EC207: hue angle of 107.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EC207 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB461947-
CMYK0.7600.960.24
HSL107.49º93.03%39.41%-
HSV(B)107.49º96.39%76.08%-
XYZ20.4639.186.69-
YUV128.4359.4769.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 194 (76.17% from 255) = 78.54%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=18.62%
G=78.54%
B=2.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4619470.7600.960.24107.4993.0339.41
Hex2EC274C060186b5d27
Octal56302711401403015313547
Binary101110110000101111001100011000001100011010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,7); }

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

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

 a { background-color: rgb(46,194,7); }

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

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

 span { border-color: rgb(46,194,7); }

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