Html Css Color HEX #2EE220 Lime Green

📋 copy color: '#2EE220'

red 46 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #2EE220

Tints of Lime Green #2EE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 74.34%

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

R = 15.13%
G = 74.34%
B = 10.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2EE220 (or 0x2EE220) is known color: Lime Green. HEX triplet: 2E, E2 and 20. RGB value is (46,226,32). Sum of RGB (Red+Green+Blue) = 46+226+32=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 226 (88.67% from 255 or 74.34% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE220 is #D11DDF. Grayscale: #969696. Windows color (decimal): -13704672 or 2155054. OLE color: 2155054.

HSL color Cylindrical-coordinate representation of color #2EE220: hue angle of 115.67º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EE220 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 226 32 -
CMYK 0.80 0 0.86 0.11
HSL 115.67º 0.77% 0.51% -
HSV(B) 115.67º 0.86% 0.89% -
XYZ 28.58 55.08 10.49 -
YUV 150.06 61.37 53.77 -
System Red Green Blue C M Y K H S L
Decimal 46 226 32 0.80 0 0.86 0.11 115.67 0.77 0.51
Hex 2E E2 20 50 0 56 B 74 4D 33
Octal 56 342 40 120 0 126 13 164 115 63
Binary 101110 11100010 100000 1010000 0 1010110 1011 1110100 1001101 110011

Color Harmonies of #2EE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE220

Black with #2EE220

Text Example


Text Example

White with #2EE220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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