Html Css Color HEX #32CD50 Lime Green

📋 copy color: '#32CD50'

red 50 ◦ green 205 ◦ blue 80

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

Shades of Lime Green #32CD50

Tints of Lime Green #32CD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 14.93%
G = 61.19%
B = 23.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#32CD50 (or 0x32CD50) is known color: Lime Green. HEX triplet: 32, CD and 50. RGB value is (50,205,80). Sum of RGB (Red+Green+Blue) = 50+205+80=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD50 is #CD32AF. Grayscale: #909090. Windows color (decimal): -13447856 or 5295410. OLE color: 5295410.

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

Color convert

RGB 50 205 80 -
CMYK 0.76 0 0.61 0.20
HSL 131.61º 0.61% 0.5% -
HSV(B) 131.61º 0.76% 0.8% -
XYZ 24.59 44.92 14.96 -
YUV 144.41 91.65 60.66 -
System Red Green Blue C M Y K H S L
Decimal 50 205 80 0.76 0 0.61 0.20 131.61 0.61 0.5
Hex 32 CD 50 4C 0 3D 14 84 3D 32
Octal 62 315 120 114 0 75 24 204 75 62
Binary 110010 11001101 1010000 1001100 0 111101 10100 10000100 111101 110010

Color Harmonies of #32CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD50

Black with #32CD50

Text Example


Text Example

White with #32CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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