Html Css Color HEX #2EE120 Lime Green

📋 copy color: '#2EE120'

red 46 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #2EE120

Tints of Lime Green #2EE120

RGB

 RED value IS 46 (18.36% from 255) = 15.18%

 GREEN value IS 225 (88.28% from 255) = 74.26%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 15.18%
G = 74.26%
B = 10.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#2EE120 (or 0x2EE120) is known color: Lime Green. HEX triplet: 2E, E1 and 20. RGB value is (46,225,32). Sum of RGB (Red+Green+Blue) = 46+225+32=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE120 is #D11EDF. Grayscale: #969696. Windows color (decimal): -13704928 or 2154798. OLE color: 2154798.

HSL color Cylindrical-coordinate representation of color #2EE120: hue angle of 115.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EE120 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 32 -
CMYK 0.80 0 0.86 0.12
HSL 115.65º 0.76% 0.5% -
HSV(B) 115.65º 0.86% 0.88% -
XYZ 28.31 54.54 10.4 -
YUV 149.48 61.7 54.19 -
System Red Green Blue C M Y K H S L
Decimal 46 225 32 0.80 0 0.86 0.12 115.65 0.76 0.5
Hex 2E E1 20 50 0 56 C 74 4C 32
Octal 56 341 40 120 0 126 14 164 114 62
Binary 101110 11100001 100000 1010000 0 1010110 1100 1110100 1001100 110010

Color Harmonies of #2EE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE120

Black with #2EE120

Text Example


Text Example

White with #2EE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,32); }

 H1.HeaderClassName
 {
   color: #2EE120;
 }
 .AnyTagClassName
 {
   color: #2EE120;
 }
</style>

background-color css

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

 a { background-color: rgb(46,225,32); }

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

border-color css

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

 span { border-color: rgb(46,225,32); }

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