Html Css Color HEX #32D650 Lime Green

📋 copy color: '#32D650'

red 50 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #32D650

Tints of Lime Green #32D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.21%

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

R = 14.53%
G = 62.21%
B = 23.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#32D650 (or 0x32D650) is known color: Lime Green. HEX triplet: 32, D6 and 50. RGB value is (50,214,80). Sum of RGB (Red+Green+Blue) = 50+214+80=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #32D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D650 is #CD29AF. Grayscale: #969696. Windows color (decimal): -13445552 or 5297714. OLE color: 5297714.

HSL color Cylindrical-coordinate representation of color #32D650: hue angle of 130.98º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D650 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 80 -
CMYK 0.77 0 0.63 0.16
HSL 130.98º 0.67% 0.52% -
HSV(B) 130.98º 0.77% 0.84% -
XYZ 26.81 49.35 15.7 -
YUV 149.69 88.67 56.9 -
System Red Green Blue C M Y K H S L
Decimal 50 214 80 0.77 0 0.63 0.16 130.98 0.67 0.52
Hex 32 D6 50 4D 0 3F 10 83 43 34
Octal 62 326 120 115 0 77 20 203 103 64
Binary 110010 11010110 1010000 1001101 0 111111 10000 10000011 1000011 110100

Color Harmonies of #32D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D650

Black with #32D650

Text Example


Text Example

White with #32D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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