Html Css Color HEX #20BD11 Lime Green

📋 copy color: '#20BD11'

red 32 ◦ green 189 ◦ blue 17

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

Shades of Lime Green #20BD11

Tints of Lime Green #20BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 79.41%

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

R = 13.45%
G = 79.41%
B = 7.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#20BD11 (or 0x20BD11) is known color: Lime Green. HEX triplet: 20, BD and 11. RGB value is (32,189,17). Sum of RGB (Red+Green+Blue) = 32+189+17=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 189 (74.22% from 255 or 79.41% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD11 is #DF42EE. Grayscale: #7A7A7A. Windows color (decimal): -14631663 or 1162528. OLE color: 1162528.

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

Color convert

RGB 32 189 17 -
CMYK 0.83 0 0.91 0.26
HSL 114.77º 0.83% 0.4% -
HSV(B) 114.77º 0.91% 0.74% -
XYZ 18.89 36.74 6.63 -
YUV 122.45 68.49 63.49 -
System Red Green Blue C M Y K H S L
Decimal 32 189 17 0.83 0 0.91 0.26 114.77 0.83 0.4
Hex 20 BD 11 53 0 5B 1A 73 53 28
Octal 40 275 21 123 0 133 32 163 123 50
Binary 100000 10111101 10001 1010011 0 1011011 11010 1110011 1010011 101000

Color Harmonies of #20BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD11

Black with #20BD11

Text Example


Text Example

White with #20BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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