#20BD2D

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

Shades of Lime Green #20BD2D

Tints of Lime Green #20BD2D

Color information

#20BD2D (or 0x20BD2D) is unknown color: approx Lime Green. HEX triplet: 20, BD and 2D. RGB value is (32,189,45). Sum of RGB (Red+Green+Blue) = 32+189+45=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BD2D is #DF42D2. Grayscale: #7E7E7E. Windows color (decimal): -14631635 or 2997536. OLE color: 2997536.

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

Color convert

RGB3218945-
CMYK0.8300.760.26
HSL124.97º71.04%43.33%-
HSV(B)124.97º83.07%74.12%-
XYZ19.2736.898.59-
YUV125.6482.4961.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 189 (74.22% from 255) = 71.05%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=12.03%
G=71.05%
B=16.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32189450.8300.760.26124.9771.0443.33
Hex20BD2D5304C1A7d472b
Octal402755512301143217510753
Binary100000101111011011011010011010011001101011111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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