Html Css Color HEX #20BB11 Lime Green

📋 copy color: '#20BB11'

red 32 ◦ green 187 ◦ blue 17

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

Shades of Lime Green #20BB11

Tints of Lime Green #20BB11

RGB

 RED value IS 32 (12.89% from 255) = 13.56%

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 13.56%
G = 79.24%
B = 7.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#20BB11 (or 0x20BB11) is known color: Lime Green. HEX triplet: 20, BB and 11. RGB value is (32,187,17). Sum of RGB (Red+Green+Blue) = 32+187+17=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 187 (73.44% from 255 or 79.24% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 187 - color contains mainly: green. Hex color #20BB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BB11 is #DF44EE. Grayscale: #797979. Windows color (decimal): -14632175 or 1162016. OLE color: 1162016.

HSL color Cylindrical-coordinate representation of color #20BB11: hue angle of 114.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20BB11 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 187 17 -
CMYK 0.83 0 0.91 0.27
HSL 114.71º 0.83% 0.4% -
HSV(B) 114.71º 0.91% 0.73% -
XYZ 18.47 35.89 6.48 -
YUV 121.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 32 187 17 0.83 0 0.91 0.27 114.71 0.83 0.4
Hex 20 BB 11 53 0 5B 1B 73 53 28
Octal 40 273 21 123 0 133 33 163 123 50
Binary 100000 10111011 10001 1010011 0 1011011 11011 1110011 1010011 101000

Color Harmonies of #20BB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BB11

Black with #20BB11

Text Example


Text Example

White with #20BB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BB11; }

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

 H1.HeaderClassName
 {
   color: #20BB11;
 }
 .AnyTagClassName
 {
   color: #20BB11;
 }
</style>

background-color css

<style>
 a { background-color: #20BB11; }

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

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

border-color css

<style>
 span { border-color: #20BB11; }

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

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