Html Css Color HEX #32C549 Lime Green

📋 copy color: '#32C549'

red 50 ◦ green 197 ◦ blue 73

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

Shades of Lime Green #32C549

Tints of Lime Green #32C549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

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

R = 15.63%
G = 61.56%
B = 22.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#32C549 (or 0x32C549) is known color: Lime Green. HEX triplet: 32, C5 and 49. RGB value is (50,197,73). Sum of RGB (Red+Green+Blue) = 50+197+73=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #32C549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C549 is #CD3AB6. Grayscale: #8B8B8B. Windows color (decimal): -13449911 or 4834610. OLE color: 4834610.

HSL color Cylindrical-coordinate representation of color #32C549: hue angle of 129.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C549 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 73 -
CMYK 0.75 0 0.63 0.23
HSL 129.39º 0.6% 0.48% -
HSV(B) 129.39º 0.75% 0.77% -
XYZ 22.48 41.09 13.05 -
YUV 138.91 90.8 64.58 -
System Red Green Blue C M Y K H S L
Decimal 50 197 73 0.75 0 0.63 0.23 129.39 0.6 0.48
Hex 32 C5 49 4B 0 3F 17 81 3C 30
Octal 62 305 111 113 0 77 27 201 74 60
Binary 110010 11000101 1001001 1001011 0 111111 10111 10000001 111100 110000

Color Harmonies of #32C549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C549

Black with #32C549

Text Example


Text Example

White with #32C549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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