#2EC30E

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

Shades of Kelly Green #2EC30E

Tints of Kelly Green #2EC30E

Color information

#2EC30E (or 0x2EC30E) is unknown color: approx Kelly Green. HEX triplet: 2E, C3 and 0E. RGB value is (46,195,14). Sum of RGB (Red+Green+Blue) = 46+195+14=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC30E is #D13CF1. Grayscale: #828282. Windows color (decimal): -13712626 or 967470. OLE color: 967470.

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

Color convert

RGB4619514-
CMYK0.7600.930.24
HSL109.39º86.6%40.98%-
HSV(B)109.39º92.82%76.47%-
XYZ20.7239.646.98-
YUV129.8262.6468.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 195 (76.56% from 255) = 76.47%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=18.04%
G=76.47%
B=5.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46195140.7600.930.24109.3986.640.98
Hex2EC3E4C05D186d5729
Octal563031611401353015512751
Binary1011101100001111101001100010111011100011011011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,195,14); }

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

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

 a { background-color: rgb(46,195,14); }

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

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

 span { border-color: rgb(46,195,14); }

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