#32FD3E

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

Shades of Lime Green #32FD3E

Tints of Lime Green #32FD3E

Color information

#32FD3E (or 0x32FD3E) is unknown color: approx Lime Green. HEX triplet: 32, FD and 3E. RGB value is (50,253,62). Sum of RGB (Red+Green+Blue) = 50+253+62=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 253 (99.22% from 255 or 69.32% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD3E is #CD02C1. Grayscale: #ABABAB. Windows color (decimal): -13435586 or 4128050. OLE color: 4128050.

HSL color Cylindrical-coordinate representation of color #32FD3E: hue angle of 123.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD3E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB5025362-
CMYK0.8000.750.01
HSL123.55º98.07%59.41%-
HSV(B)123.55º80.24%99.22%-
XYZ37.3171.2816.35-
YUV170.5366.7542.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 253 (99.22% from 255) = 69.32%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=13.70%
G=69.32%
B=16.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50253620.8000.750.01123.5598.0759.41
Hex32FD3E5004B17c623b
Octal62375761200113117414273
Binary11001011111101111110101000001001011111111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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