Html Css Color HEX #2EBB20 Lime Green

📋 copy color: '#2EBB20'

red 46 ◦ green 187 ◦ blue 32

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

Shades of Lime Green #2EBB20

Tints of Lime Green #2EBB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 70.57%

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

R = 17.36%
G = 70.57%
B = 12.08%

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

#2EBB20 (or 0x2EBB20) is known color: Lime Green. HEX triplet: 2E, BB and 20. RGB value is (46,187,32). Sum of RGB (Red+Green+Blue) = 46+187+32=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 187 (73.44% from 255 or 70.57% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBB20 is #D144DF. Grayscale: #7F7F7F. Windows color (decimal): -13714656 or 2145070. OLE color: 2145070.

HSL color Cylindrical-coordinate representation of color #2EBB20: hue angle of 114.58º 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 #2EBB20 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 187 32 -
CMYK 0.75 0 0.83 0.27
HSL 114.58º 0.71% 0.43% -
HSV(B) 114.58º 0.83% 0.73% -
XYZ 19.16 36.23 7.35 -
YUV 127.17 74.29 70.1 -
System Red Green Blue C M Y K H S L
Decimal 46 187 32 0.75 0 0.83 0.27 114.58 0.71 0.43
Hex 2E BB 20 4B 0 53 1B 73 47 2B
Octal 56 273 40 113 0 123 33 163 107 53
Binary 101110 10111011 100000 1001011 0 1010011 11011 1110011 1000111 101011

Color Harmonies of #2EBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBB20

Black with #2EBB20

Text Example


Text Example

White with #2EBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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