#2EDB12

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

Shades of Lime Green #2EDB12

Tints of Lime Green #2EDB12

Color information

#2EDB12 (or 0x2EDB12) is unknown color: approx Lime Green. HEX triplet: 2E, DB and 12. RGB value is (46,219,18). Sum of RGB (Red+Green+Blue) = 46+219+18=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 219 (85.94% from 255 or 77.39% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB12 is #D124ED. Grayscale: #909090. Windows color (decimal): -13706478 or 1235758. OLE color: 1235758.

HSL color Cylindrical-coordinate representation of color #2EDB12: hue angle of 111.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EDB12 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB4621918-
CMYK0.7900.920.14
HSL111.64º84.81%46.47%-
HSV(B)111.64º91.78%85.88%-
XYZ26.5751.299.07-
YUV144.3656.6957.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 219 (85.94% from 255) = 77.39%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=16.25%
G=77.39%
B=6.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal46219180.7900.920.14111.6484.8146.47
Hex2EDB124F05CE70552e
Octal563332211701341616012556
Binary1011101101101110010100111101011100111011100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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