Html Css Color HEX #2EE532 Lime Green

📋 copy color: '#2EE532'

red 46 ◦ green 229 ◦ blue 50

#2EE532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2EE532

Tints of Lime Green #2EE532

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 value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#2EE532 (or 0x2EE532) is known color: 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

RGB 46 229 50 -
CMYK 0.80 0 0.78 0.10
HSL 121.31º 0.78% 0.54% -
HSV(B) 121.31º 0.8% 0.9% -
XYZ 29.72 56.85 12.42 -
YUV 153.88 69.37 51.05 -
System Red Green Blue C M Y K H S L
Decimal 46 229 50 0.80 0 0.78 0.10 121.31 0.78 0.54
Hex 2E E5 32 50 0 4E A 79 4E 36
Octal 56 345 62 120 0 116 12 171 116 66
Binary 101110 11100101 110010 1010000 0 1001110 1010 1111001 1001110 110110

Color Harmonies of #2EE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE532

Black with #2EE532

Text Example


Text Example

White with #2EE532

Text Example


Text Example

HTML Codes & Css Web 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>