Html Css Color HEX #2EB420 Lime Green

📋 copy color: '#2EB420'

red 46 ◦ green 180 ◦ blue 32

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

Shades of Lime Green #2EB420

Tints of Lime Green #2EB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.77%

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

R = 17.83%
G = 69.77%
B = 12.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2EB420 (or 0x2EB420) is known color: Lime Green. HEX triplet: 2E, B4 and 20. RGB value is (46,180,32). Sum of RGB (Red+Green+Blue) = 46+180+32=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 180 (70.70% from 255 or 69.77% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB420 is #D14BDF. Grayscale: #7B7B7B. Windows color (decimal): -13716448 or 2143278. OLE color: 2143278.

HSL color Cylindrical-coordinate representation of color #2EB420: hue angle of 114.32º 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 #2EB420 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 180 32 -
CMYK 0.74 0 0.82 0.29
HSL 114.32º 0.7% 0.42% -
HSV(B) 114.32º 0.82% 0.71% -
XYZ 17.71 33.33 6.87 -
YUV 123.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 46 180 32 0.74 0 0.82 0.29 114.32 0.7 0.42
Hex 2E B4 20 4A 0 52 1D 72 46 2A
Octal 56 264 40 112 0 122 35 162 106 52
Binary 101110 10110100 100000 1001010 0 1010010 11101 1110010 1000110 101010

Color Harmonies of #2EB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB420

Black with #2EB420

Text Example


Text Example

White with #2EB420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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