Html Css Color HEX #32C553 Lime Green

📋 copy color: '#32C553'

red 50 ◦ green 197 ◦ blue 83

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

Shades of Lime Green #32C553

Tints of Lime Green #32C553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 15.15%
G = 59.7%
B = 25.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#32C553 (or 0x32C553) is known color: Lime Green. HEX triplet: 32, C5 and 53. RGB value is (50,197,83). Sum of RGB (Red+Green+Blue) = 50+197+83=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #32C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C553 is #CD3AAC. Grayscale: #8C8C8C. Windows color (decimal): -13449901 or 5489970. OLE color: 5489970.

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

Color convert

RGB 50 197 83 -
CMYK 0.75 0 0.58 0.23
HSL 133.47º 0.6% 0.48% -
HSV(B) 133.47º 0.75% 0.77% -
XYZ 22.84 41.24 14.94 -
YUV 140.05 95.8 63.77 -
System Red Green Blue C M Y K H S L
Decimal 50 197 83 0.75 0 0.58 0.23 133.47 0.6 0.48
Hex 32 C5 53 4B 0 3A 17 85 3C 30
Octal 62 305 123 113 0 72 27 205 74 60
Binary 110010 11000101 1010011 1001011 0 111010 10111 10000101 111100 110000

Color Harmonies of #32C553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C553

Black with #32C553

Text Example


Text Example

White with #32C553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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