#32F04D

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

Shades of Lime Green #32F04D

Tints of Lime Green #32F04D

Color information

#32F04D (or 0x32F04D) is unknown color: approx Lime Green. HEX triplet: 32, F0 and 4D. RGB value is (50,240,77). Sum of RGB (Red+Green+Blue) = 50+240+77=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #32F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F04D is #CD0FB2. Grayscale: #A5A5A5. Windows color (decimal): -13438899 or 5107762. OLE color: 5107762.

HSL color Cylindrical-coordinate representation of color #32F04D: hue angle of 128.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F04D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB5024077-
CMYK0.7900.680.06
HSL128.53º86.36%56.86%-
HSV(B)128.53º79.17%94.12%-
XYZ33.8263.5317.5-
YUV164.6178.5546.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.62%
GREEN value IS 240 (94.14% from 255) = 65.40%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=13.62%
G=65.40%
B=20.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal50240770.7900.680.06128.5386.3656.86
Hex32F04D4F0446815639
Octal623601151170104620112671
Binary110010111100001001101100111101000100110100000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,240,77); }

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

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

 a { background-color: rgb(50,240,77); }

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

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

 span { border-color: rgb(50,240,77); }

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