#2EDE13

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

Shades of Lime Green #2EDE13

Tints of Lime Green #2EDE13

Color information

#2EDE13 (or 0x2EDE13) is unknown color: approx Lime Green. HEX triplet: 2E, DE and 13. RGB value is (46,222,19). Sum of RGB (Red+Green+Blue) = 46+222+19=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDE13 is #D121EC. Grayscale: #929292. Windows color (decimal): -13705709 or 1302062. OLE color: 1302062.

HSL color Cylindrical-coordinate representation of color #2EDE13: hue angle of 112.02º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EDE13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB4622219-
CMYK0.7900.910.13
HSL112.02º84.23%47.25%-
HSV(B)112.02º91.44%87.06%-
XYZ27.3752.879.38-
YUV146.2356.1956.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 222 (87.11% from 255) = 77.35%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=16.03%
G=77.35%
B=6.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46222190.7900.910.13112.0284.2347.25
Hex2EDE134F05BD70542f
Octal563362311701331516012457
Binary1011101101111010011100111101011011110111100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,222,19); }

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

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

 a { background-color: rgb(46,222,19); }

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

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

 span { border-color: rgb(46,222,19); }

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