Html Css Color HEX #32D149 Lime Green

📋 copy color: '#32D149'

red 50 ◦ green 209 ◦ blue 73

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

Shades of Lime Green #32D149

Tints of Lime Green #32D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.95%

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

R = 15.06%
G = 62.95%
B = 21.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#32D149 (or 0x32D149) is known color: Lime Green. HEX triplet: 32, D1 and 49. RGB value is (50,209,73). Sum of RGB (Red+Green+Blue) = 50+209+73=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 209 (82.03% from 255 or 62.95% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 209 - color contains mainly: green. Hex color #32D149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D149 is #CD2EB6. Grayscale: #929292. Windows color (decimal): -13446839 or 4837682. OLE color: 4837682.

HSL color Cylindrical-coordinate representation of color #32D149: hue angle of 128.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D149 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 73 -
CMYK 0.76 0 0.65 0.18
HSL 128.68º 0.63% 0.51% -
HSV(B) 128.68º 0.76% 0.82% -
XYZ 25.32 46.76 13.99 -
YUV 145.96 86.82 59.56 -
System Red Green Blue C M Y K H S L
Decimal 50 209 73 0.76 0 0.65 0.18 128.68 0.63 0.51
Hex 32 D1 49 4C 0 41 12 81 3F 33
Octal 62 321 111 114 0 101 22 201 77 63
Binary 110010 11010001 1001001 1001100 0 1000001 10010 10000001 111111 110011

Color Harmonies of #32D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D149

Black with #32D149

Text Example


Text Example

White with #32D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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