#32D03E

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

Shades of Lime Green #32D03E

Tints of Lime Green #32D03E

Color information

#32D03E (or 0x32D03E) is unknown color: approx Lime Green. HEX triplet: 32, D0 and 3E. RGB value is (50,208,62). Sum of RGB (Red+Green+Blue) = 50+208+62=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #32D03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D03E is #CD2FC1. Grayscale: #909090. Windows color (decimal): -13447106 or 4116530. OLE color: 4116530.

HSL color Cylindrical-coordinate representation of color #32D03E: hue angle of 124.56º degrees, saturation: 0.63, 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 #32D03E is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB5020862-
CMYK0.7600.700.18
HSL124.56º62.7%50.59%-
HSV(B)124.56º75.96%81.57%-
XYZ24.7446.1412.16-
YUV144.1181.6560.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 208 (81.64% from 255) = 65%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=15.62%
G=65%
B=19.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50208620.7600.700.18124.5662.750.59
Hex32D03E4C046127d3f33
Octal62320761140106221757763
Binary11001011010000111110100110001000110100101111101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,208,62); }

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

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

 a { background-color: rgb(50,208,62); }

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

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

 span { border-color: rgb(50,208,62); }

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