#32BC4A

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

Shades of Lime Green #32BC4A

Tints of Lime Green #32BC4A

Color information

#32BC4A (or 0x32BC4A) is unknown color: approx Lime Green. HEX triplet: 32, BC and 4A. RGB value is (50,188,74). Sum of RGB (Red+Green+Blue) = 50+188+74=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC4A is #CD43B5. Grayscale: #868686. Windows color (decimal): -13452214 or 4897842. OLE color: 4897842.

HSL color Cylindrical-coordinate representation of color #32BC4A: hue angle of 130.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC4A is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB5018874-
CMYK0.7300.610.26
HSL130.43º57.98%46.67%-
HSV(B)130.43º73.4%73.73%-
XYZ20.5337.1412.56-
YUV133.7494.2868.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 188 (73.83% from 255) = 60.26%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=16.03%
G=60.26%
B=23.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50188740.7300.610.26130.4357.9846.67
Hex32BC4A4903D1A823a2f
Octal62274112111075322027257
Binary110010101111001001010100100101111011101010000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,188,74); }

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

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

 a { background-color: rgb(50,188,74); }

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

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

 span { border-color: rgb(50,188,74); }

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