#32CD32

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

Shades of LimeGreen #32CD32

Tints of LimeGreen #32CD32

Color information

#32CD32 (or 0x32CD32) is known color: LimeGreen. HEX triplet: 32, CD and 32. RGB value is (50,205,50). Sum of RGB (Red+Green+Blue) = 50+205+50=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD32 is #CD32CD. Grayscale: #8D8D8D. Windows color (decimal): -13447886 or 3329330. OLE color: 3329330.

HSL color Cylindrical-coordinate representation of color #32CD32: hue angle of 120º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD32 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB5020550-
CMYK0.7600.760.20
HSL120º60.78%50%-
HSV(B)120º75.61%80.39%-
XYZ23.7244.5710.37-
YUV140.9876.6563.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 205 (80.47% from 255) = 67.21%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=16.39%
G=67.21%
B=16.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50205500.7600.760.2012060.7850
Hex32CD324C04C14783d32
Octal62315621140114241707562
Binary11001011001101110010100110001001100101001111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,205,50); }

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

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

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

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

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

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

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