Html Css Color HEX #32C544 Lime Green

📋 copy color: '#32C544'

red 50 ◦ green 197 ◦ blue 68

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

Shades of Lime Green #32C544

Tints of Lime Green #32C544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 15.87%
G = 62.54%
B = 21.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#32C544 (or 0x32C544) is known color: Lime Green. HEX triplet: 32, C5 and 44. RGB value is (50,197,68). Sum of RGB (Red+Green+Blue) = 50+197+68=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #32C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C544 is #CD3ABB. Grayscale: #8A8A8A. Windows color (decimal): -13449916 or 4506930. OLE color: 4506930.

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

Color convert

RGB 50 197 68 -
CMYK 0.75 0 0.65 0.23
HSL 127.35º 0.6% 0.48% -
HSV(B) 127.35º 0.75% 0.77% -
XYZ 22.33 41.03 12.21 -
YUV 138.34 88.3 64.99 -
System Red Green Blue C M Y K H S L
Decimal 50 197 68 0.75 0 0.65 0.23 127.35 0.6 0.48
Hex 32 C5 44 4B 0 41 17 7F 3C 30
Octal 62 305 104 113 0 101 27 177 74 60
Binary 110010 11000101 1000100 1001011 0 1000001 10111 1111111 111100 110000

Color Harmonies of #32C544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C544

Black with #32C544

Text Example


Text Example

White with #32C544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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