#20B32C

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

Shades of Lime Green #20B32C

Tints of Lime Green #20B32C

Color information

#20B32C (or 0x20B32C) is unknown color: approx Lime Green. HEX triplet: 20, B3 and 2C. RGB value is (32,179,44). Sum of RGB (Red+Green+Blue) = 32+179+44=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #20B32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B32C is #DF4CD3. Grayscale: #787878. Windows color (decimal): -14634196 or 2929440. OLE color: 2929440.

HSL color Cylindrical-coordinate representation of color #20B32C: hue angle of 124.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B32C is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB3217944-
CMYK0.8200.750.30
HSL124.9º69.67%41.37%-
HSV(B)124.9º82.12%70.2%-
XYZ17.1732.737.8-
YUV119.6685.365.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 179 (70.31% from 255) = 70.20%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=12.55%
G=70.20%
B=17.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32179440.8200.750.30124.969.6741.37
Hex20B32C5204B1E7d4629
Octal402635412201133617510651
Binary100000101100111011001010010010010111111011111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,179,44); }

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

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

 a { background-color: rgb(32,179,44); }

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

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

 span { border-color: rgb(32,179,44); }

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