#20BD1E

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

Shades of Lime Green #20BD1E

Tints of Lime Green #20BD1E

Color information

#20BD1E (or 0x20BD1E) is unknown color: approx Lime Green. HEX triplet: 20, BD and 1E. RGB value is (32,189,30). Sum of RGB (Red+Green+Blue) = 32+189+30=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BD1E is #DF42E1. Grayscale: #7C7C7C. Windows color (decimal): -14631650 or 2014496. OLE color: 2014496.

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

Color convert

RGB3218930-
CMYK0.8300.840.26
HSL119.25º72.6%42.94%-
HSV(B)119.25º84.13%74.12%-
XYZ19.0336.87.33-
YUV123.9374.9962.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 189 (74.22% from 255) = 75.30%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=12.75%
G=75.30%
B=11.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32189300.8300.840.26119.2572.642.94
Hex20BD1E530541A77492b
Octal402753612301243216711153
Binary10000010111101111101010011010101001101011101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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