#2EE534

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

Shades of Lime Green #2EE534

Tints of Lime Green #2EE534

Color information

#2EE534 (or 0x2EE534) is unknown color: approx Lime Green. HEX triplet: 2E, E5 and 34. RGB value is (46,229,52). Sum of RGB (Red+Green+Blue) = 46+229+52=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE534 is #D11ACB. Grayscale: #9A9A9A. Windows color (decimal): -13703884 or 3466542. OLE color: 3466542.

HSL color Cylindrical-coordinate representation of color #2EE534: hue angle of 121.97º 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 #2EE534 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB4622952-
CMYK0.8000.770.10
HSL121.97º77.87%53.92%-
HSV(B)121.97º79.91%89.8%-
XYZ29.7756.8712.66-
YUV154.170.3750.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 229 (89.84% from 255) = 70.03%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=14.07%
G=70.03%
B=15.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46229520.8000.770.10121.9777.8753.92
Hex2EE5345004DA7a4e36
Octal563456412001151217211666
Binary10111011100101110100101000001001101101011110101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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