Html Css Color HEX #32C53D Lime Green

📋 copy color: '#32C53D'

red 50 ◦ green 197 ◦ blue 61

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

Shades of Lime Green #32C53D

Tints of Lime Green #32C53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 16.23%
G = 63.96%
B = 19.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#32C53D (or 0x32C53D) is known color: Lime Green. HEX triplet: 32, C5 and 3D. RGB value is (50,197,61). Sum of RGB (Red+Green+Blue) = 50+197+61=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #32C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C53D is #CD3AC2. Grayscale: #898989. Windows color (decimal): -13449923 or 4048178. OLE color: 4048178.

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

Color convert

RGB 50 197 61 -
CMYK 0.75 0 0.69 0.23
HSL 124.49º 0.6% 0.48% -
HSV(B) 124.49º 0.75% 0.77% -
XYZ 22.12 40.95 11.15 -
YUV 137.54 84.8 65.56 -
System Red Green Blue C M Y K H S L
Decimal 50 197 61 0.75 0 0.69 0.23 124.49 0.6 0.48
Hex 32 C5 3D 4B 0 45 17 7C 3C 30
Octal 62 305 75 113 0 105 27 174 74 60
Binary 110010 11000101 111101 1001011 0 1000101 10111 1111100 111100 110000

Color Harmonies of #32C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C53D

Black with #32C53D

Text Example


Text Example

White with #32C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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