Html Css Color HEX #32D649 Lime Green

📋 copy color: '#32D649'

red 50 ◦ green 214 ◦ blue 73

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

Shades of Lime Green #32D649

Tints of Lime Green #32D649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 14.84%
G = 63.5%
B = 21.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#32D649 (or 0x32D649) is known color: Lime Green. HEX triplet: 32, D6 and 49. RGB value is (50,214,73). Sum of RGB (Red+Green+Blue) = 50+214+73=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #32D649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D649 is #CD29B6. Grayscale: #959595. Windows color (decimal): -13445559 or 4838962. OLE color: 4838962.

HSL color Cylindrical-coordinate representation of color #32D649: hue angle of 128.41º 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 #32D649 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 73 -
CMYK 0.77 0 0.66 0.16
HSL 128.41º 0.67% 0.52% -
HSV(B) 128.41º 0.77% 0.84% -
XYZ 26.56 49.25 14.41 -
YUV 148.89 85.17 57.46 -
System Red Green Blue C M Y K H S L
Decimal 50 214 73 0.77 0 0.66 0.16 128.41 0.67 0.52
Hex 32 D6 49 4D 0 42 10 80 43 34
Octal 62 326 111 115 0 102 20 200 103 64
Binary 110010 11010110 1001001 1001101 0 1000010 10000 10000000 1000011 110100

Color Harmonies of #32D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D649

Black with #32D649

Text Example


Text Example

White with #32D649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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