Html Css Color HEX #32C537 Lime Green

📋 copy color: '#32C537'

red 50 ◦ green 197 ◦ blue 55

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

Shades of Lime Green #32C537

Tints of Lime Green #32C537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 16.56%
G = 65.23%
B = 18.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#32C537 (or 0x32C537) is known color: Lime Green. HEX triplet: 32, C5 and 37. RGB value is (50,197,55). Sum of RGB (Red+Green+Blue) = 50+197+55=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #32C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C537 is #CD3AC8. Grayscale: #898989. Windows color (decimal): -13449929 or 3654962. OLE color: 3654962.

HSL color Cylindrical-coordinate representation of color #32C537: hue angle of 122.04º 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 #32C537 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 55 -
CMYK 0.75 0 0.72 0.23
HSL 122.04º 0.6% 0.48% -
HSV(B) 122.04º 0.75% 0.77% -
XYZ 21.97 40.89 10.35 -
YUV 136.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 50 197 55 0.75 0 0.72 0.23 122.04 0.6 0.48
Hex 32 C5 37 4B 0 48 17 7A 3C 30
Octal 62 305 67 113 0 110 27 172 74 60
Binary 110010 11000101 110111 1001011 0 1001000 10111 1111010 111100 110000

Color Harmonies of #32C537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C537

Black with #32C537

Text Example


Text Example

White with #32C537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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