Html Css Color HEX #32CD56 Lime Green

📋 copy color: '#32CD56'

red 50 ◦ green 205 ◦ blue 86

#32CD56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32CD56

Tints of Lime Green #32CD56

RGB

 RED value IS 50 (19.92% from 255) = 14.66%

 GREEN value IS 205 (80.47% from 255) = 60.12%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 14.66%
G = 60.12%
B = 25.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#32CD56 (or 0x32CD56) is known color: Lime Green. HEX triplet: 32, CD and 56. RGB value is (50,205,86). Sum of RGB (Red+Green+Blue) = 50+205+86=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD56 is #CD32A9. Grayscale: #919191. Windows color (decimal): -13447850 or 5688626. OLE color: 5688626.

HSL color Cylindrical-coordinate representation of color #32CD56: hue angle of 133.94º 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 #32CD56 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 86 -
CMYK 0.76 0 0.58 0.20
HSL 133.94º 0.61% 0.5% -
HSV(B) 133.94º 0.76% 0.8% -
XYZ 24.83 45.01 16.18 -
YUV 145.09 94.65 60.18 -
System Red Green Blue C M Y K H S L
Decimal 50 205 86 0.76 0 0.58 0.20 133.94 0.61 0.5
Hex 32 CD 56 4C 0 3A 14 86 3D 32
Octal 62 315 126 114 0 72 24 206 75 62
Binary 110010 11001101 1010110 1001100 0 111010 10100 10000110 111101 110010

Color Harmonies of #32CD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD56

Black with #32CD56

Text Example


Text Example

White with #32CD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32CD56;
 }
 .AnyTagClassName
 {
   color: #32CD56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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