Html Css Color HEX #2EB520 Lime Green

📋 copy color: '#2EB520'

red 46 ◦ green 181 ◦ blue 32

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

Shades of Lime Green #2EB520

Tints of Lime Green #2EB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.88%

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

R = 17.76%
G = 69.88%
B = 12.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2EB520 (or 0x2EB520) is known color: Lime Green. HEX triplet: 2E, B5 and 20. RGB value is (46,181,32). Sum of RGB (Red+Green+Blue) = 46+181+32=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 181 (71.09% from 255 or 69.88% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB520 is #D14ADF. Grayscale: #7C7C7C. Windows color (decimal): -13716192 or 2143534. OLE color: 2143534.

HSL color Cylindrical-coordinate representation of color #2EB520: hue angle of 114.36º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EB520 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 32 -
CMYK 0.75 0 0.82 0.29
HSL 114.36º 0.7% 0.42% -
HSV(B) 114.36º 0.82% 0.71% -
XYZ 17.91 33.73 6.93 -
YUV 123.65 76.27 72.62 -
System Red Green Blue C M Y K H S L
Decimal 46 181 32 0.75 0 0.82 0.29 114.36 0.7 0.42
Hex 2E B5 20 4B 0 52 1D 72 46 2A
Octal 56 265 40 113 0 122 35 162 106 52
Binary 101110 10110101 100000 1001011 0 1010010 11101 1110010 1000110 101010

Color Harmonies of #2EB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB520

Black with #2EB520

Text Example


Text Example

White with #2EB520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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