#32D11F

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

Shades of Lime Green #32D11F

Tints of Lime Green #32D11F

Color information

#32D11F (or 0x32D11F) is unknown color: approx Lime Green. HEX triplet: 32, D1 and 1F. RGB value is (50,209,31). Sum of RGB (Red+Green+Blue) = 50+209+31=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #32D11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D11F is #CD2EE0. Grayscale: #8D8D8D. Windows color (decimal): -13446881 or 2085170. OLE color: 2085170.

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

Color convert

RGB5020931-
CMYK0.7600.850.18
HSL113.6º74.17%47.06%-
HSV(B)113.6º85.17%81.96%-
XYZ24.3646.388.96-
YUV141.1765.8262.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 209 (82.03% from 255) = 72.07%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=17.24%
G=72.07%
B=10.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50209310.7600.850.18113.674.1747.06
Hex32D11F4C05512724a2f
Octal623213711401252216211257
Binary11001011010001111111001100010101011001011100101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,209,31); }

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

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

 a { background-color: rgb(50,209,31); }

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

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

 span { border-color: rgb(50,209,31); }

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