Html Css Color HEX #2EE620 Lime Green

📋 copy color: '#2EE620'

red 46 ◦ green 230 ◦ blue 32

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

Shades of Lime Green #2EE620

Tints of Lime Green #2EE620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.68%

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

R = 14.94%
G = 74.68%
B = 10.39%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2EE620 (or 0x2EE620) is known color: Lime Green. HEX triplet: 2E, E6 and 20. RGB value is (46,230,32). Sum of RGB (Red+Green+Blue) = 46+230+32=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE620 is #D119DF. Grayscale: #999999. Windows color (decimal): -13703648 or 2156078. OLE color: 2156078.

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

Color convert

RGB 46 230 32 -
CMYK 0.8 0 0.86 0.10
HSL 115.76º 0.8% 0.51% -
HSV(B) 115.76º 0.86% 0.9% -
XYZ 29.68 57.28 10.86 -
YUV 152.41 60.04 52.1 -
System Red Green Blue C M Y K H S L
Decimal 46 230 32 0.8 0 0.86 0.10 115.76 0.8 0.51
Hex 2E E6 20 50 0 56 A 74 50 33
Octal 56 346 40 120 0 126 12 164 120 63
Binary 101110 11100110 100000 1010000 0 1010110 1010 1110100 1010000 110011

Color Harmonies of #2EE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE620

Black with #2EE620

Text Example


Text Example

White with #2EE620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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