#2EC312

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

Shades of Kelly Green #2EC312

Tints of Kelly Green #2EC312

Color information

#2EC312 (or 0x2EC312) is unknown color: approx Kelly Green. HEX triplet: 2E, C3 and 12. RGB value is (46,195,18). Sum of RGB (Red+Green+Blue) = 46+195+18=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC312 is #D13CED. Grayscale: #828282. Windows color (decimal): -13712622 or 1229614. OLE color: 1229614.

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

Color convert

RGB4619518-
CMYK0.7600.910.24
HSL110.51º83.1%41.76%-
HSV(B)110.51º90.77%76.47%-
XYZ20.7539.657.13-
YUV130.2764.6467.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 195 (76.56% from 255) = 75.29%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=17.76%
G=75.29%
B=6.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46195180.7600.910.24110.5183.141.76
Hex2EC3124C05B186f532a
Octal563032211401333015712352
Binary10111011000011100101001100010110111100011011111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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