Html Css Color HEX #2EB920 Lime Green

📋 copy color: '#2EB920'

red 46 ◦ green 185 ◦ blue 32

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

Shades of Lime Green #2EB920

Tints of Lime Green #2EB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

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

R = 17.49%
G = 70.34%
B = 12.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#2EB920 (or 0x2EB920) is known color: Lime Green. HEX triplet: 2E, B9 and 20. RGB value is (46,185,32). Sum of RGB (Red+Green+Blue) = 46+185+32=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB920 is #D146DF. Grayscale: #7E7E7E. Windows color (decimal): -13715168 or 2144558. OLE color: 2144558.

HSL color Cylindrical-coordinate representation of color #2EB920: hue angle of 114.51º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EB920 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 32 -
CMYK 0.75 0 0.83 0.27
HSL 114.51º 0.71% 0.43% -
HSV(B) 114.51º 0.83% 0.73% -
XYZ 18.74 35.38 7.21 -
YUV 126 74.95 70.94 -
System Red Green Blue C M Y K H S L
Decimal 46 185 32 0.75 0 0.83 0.27 114.51 0.71 0.43
Hex 2E B9 20 4B 0 53 1B 73 47 2B
Octal 56 271 40 113 0 123 33 163 107 53
Binary 101110 10111001 100000 1001011 0 1010011 11011 1110011 1000111 101011

Color Harmonies of #2EB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB920

Black with #2EB920

Text Example


Text Example

White with #2EB920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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