#32D251

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

Shades of Lime Green #32D251

Tints of Lime Green #32D251

Color information

#32D251 (or 0x32D251) is unknown color: approx Lime Green. HEX triplet: 32, D2 and 51. RGB value is (50,210,81). Sum of RGB (Red+Green+Blue) = 50+210+81=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #32D251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D251 is #CD2DAE. Grayscale: #939393. Windows color (decimal): -13446575 or 5362226. OLE color: 5362226.

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

Color convert

RGB5021081-
CMYK0.7600.610.18
HSL131.62º64%50.98%-
HSV(B)131.62º76.19%82.35%-
XYZ25.8547.3715.56-
YUV147.4590.4958.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 210 (82.42% from 255) = 61.58%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=14.66%
G=61.58%
B=23.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50210810.7600.610.18131.626450.98
Hex32D2514C03D12844033
Octal623221211140752220410063
Binary1100101101001010100011001100011110110010100001001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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