#2EC816

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

Shades of Lime Green #2EC816

Tints of Lime Green #2EC816

Color information

#2EC816 (or 0x2EC816) is unknown color: approx Lime Green. HEX triplet: 2E, C8 and 16. RGB value is (46,200,22). Sum of RGB (Red+Green+Blue) = 46+200+22=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC816 is #D137E9. Grayscale: #868686. Windows color (decimal): -13711338 or 1493038. OLE color: 1493038.

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

Color convert

RGB4620022-
CMYK0.7700.890.22
HSL111.91º80.18%43.53%-
HSV(B)111.91º89%78.43%-
XYZ21.9341.957.7-
YUV133.6664.9865.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 200 (78.52% from 255) = 74.63%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=17.16%
G=74.63%
B=8.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46200220.7700.890.22111.9180.1843.53
Hex2EC8164D0591670502c
Octal563102611501312616012054
Binary10111011001000101101001101010110011011011100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,200,22); }

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

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

 a { background-color: rgb(46,200,22); }

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

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

 span { border-color: rgb(46,200,22); }

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