#20BD2E

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

Shades of Lime Green #20BD2E

Tints of Lime Green #20BD2E

Color information

#20BD2E (or 0x20BD2E) is unknown color: approx Lime Green. HEX triplet: 20, BD and 2E. RGB value is (32,189,46). Sum of RGB (Red+Green+Blue) = 32+189+46=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BD2E is #DF42D1. Grayscale: #7E7E7E. Windows color (decimal): -14631634 or 3063072. OLE color: 3063072.

HSL color Cylindrical-coordinate representation of color #20BD2E: hue angle of 125.35º 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 #20BD2E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB3218946-
CMYK0.8300.760.26
HSL125.35º71.04%43.33%-
HSV(B)125.35º83.07%74.12%-
XYZ19.2936.98.69-
YUV125.7682.9961.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 189 (74.22% from 255) = 70.79%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=11.99%
G=70.79%
B=17.23%

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
Decimal32189460.8300.760.26125.3571.0443.33
Hex20BD2E5304C1A7d472b
Octal402755612301143217510753
Binary100000101111011011101010011010011001101011111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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