#32D21D

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

Shades of Lime Green #32D21D

Tints of Lime Green #32D21D

Color information

#32D21D (or 0x32D21D) is unknown color: approx Lime Green. HEX triplet: 32, D2 and 1D. RGB value is (50,210,29). Sum of RGB (Red+Green+Blue) = 50+210+29=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #32D21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D21D is #CD2DE2. Grayscale: #8E8E8E. Windows color (decimal): -13446627 or 1954354. OLE color: 1954354.

HSL color Cylindrical-coordinate representation of color #32D21D: hue angle of 113.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32D21D is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB5021029-
CMYK0.7600.860.18
HSL113.04º75.73%46.86%-
HSV(B)113.04º86.19%82.35%-
XYZ24.5846.868.91-
YUV141.5364.4962.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 210 (82.42% from 255) = 72.66%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=17.30%
G=72.66%
B=10.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50210290.7600.860.18113.0475.7346.86
Hex32D21D4C05612714c2f
Octal623223511401262216111457
Binary11001011010010111011001100010101101001011100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32D21D; }

 p { color: rgb(50,210,29); }

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

<style>
 a { background-color: #32D21D; }

 a { background-color: rgb(50,210,29); }

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

<style>
 span { border-color: #32D21D; }

 span { border-color: rgb(50,210,29); }

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