#2EE532

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

Shades of Lime Green #2EE532

Tints of Lime Green #2EE532

Color information

#2EE532 (or 0x2EE532) is unknown color: approx Lime Green. HEX triplet: 2E, E5 and 32. RGB value is (46,229,50). Sum of RGB (Red+Green+Blue) = 46+229+50=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 229 (89.84% from 255 or 70.46% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE532 is #D11ACD. Grayscale: #9A9A9A. Windows color (decimal): -13703886 or 3335470. OLE color: 3335470.

HSL color Cylindrical-coordinate representation of color #2EE532: hue angle of 121.31º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE532 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB4622950-
CMYK0.8000.780.10
HSL121.31º77.87%53.92%-
HSV(B)121.31º79.91%89.8%-
XYZ29.7256.8512.42-
YUV153.8869.3751.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 229 (89.84% from 255) = 70.46%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=14.15%
G=70.46%
B=15.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46229500.8000.780.10121.3177.8753.92
Hex2EE5325004EA794e36
Octal563456212001161217111666
Binary10111011100101110010101000001001110101011110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,229,50); }

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

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

 a { background-color: rgb(46,229,50); }

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

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

 span { border-color: rgb(46,229,50); }

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