#20BD09

Color #20BD09 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20BD09

Tints of Lime Green #20BD09

Color information

#20BD09 (or 0x20BD09) is unknown color: approx Lime Green. HEX triplet: 20, BD and 09. RGB value is (32,189,9). Sum of RGB (Red+Green+Blue) = 32+189+9=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD09 is #DF42F6. Grayscale: #7A7A7A. Windows color (decimal): -14631671 or 638240. OLE color: 638240.

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

Color convert

RGB321899-
CMYK0.8300.950.26
HSL112.33º90.91%38.82%-
HSV(B)112.33º95.24%74.12%-
XYZ18.8436.726.35-
YUV121.5464.4964.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 189 (74.22% from 255) = 82.17%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=13.91%
G=82.17%
B=3.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3218990.8300.950.26112.3390.9138.82
Hex20BD95305F1A705b27
Octal402751112301373216013347
Binary1000001011110110011010011010111111101011100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20BD09;
 }
 .AnyTagClassName
 {
   color: #20BD09;
 }
</style>
background-color css

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

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

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

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

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

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