Html Css Color HEX #32DE50 Lime Green

📋 copy color: '#32DE50'

red 50 ◦ green 222 ◦ blue 80

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

Shades of Lime Green #32DE50

Tints of Lime Green #32DE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.07%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 14.2%
G = 63.07%
B = 22.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#32DE50 (or 0x32DE50) is known color: Lime Green. HEX triplet: 32, DE and 50. RGB value is (50,222,80). Sum of RGB (Red+Green+Blue) = 50+222+80=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE50 is #CD21AF. Grayscale: #9A9A9A. Windows color (decimal): -13443504 or 5299762. OLE color: 5299762.

HSL color Cylindrical-coordinate representation of color #32DE50: hue angle of 130.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE50 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 80 -
CMYK 0.77 0 0.64 0.13
HSL 130.47º 0.72% 0.53% -
HSV(B) 130.47º 0.77% 0.87% -
XYZ 28.88 53.5 16.39 -
YUV 154.38 86.02 53.55 -
System Red Green Blue C M Y K H S L
Decimal 50 222 80 0.77 0 0.64 0.13 130.47 0.72 0.53
Hex 32 DE 50 4D 0 40 D 82 48 35
Octal 62 336 120 115 0 100 15 202 110 65
Binary 110010 11011110 1010000 1001101 0 1000000 1101 10000010 1001000 110101

Color Harmonies of #32DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE50

Black with #32DE50

Text Example


Text Example

White with #32DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,80); }

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

background-color css

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

 a { background-color: rgb(50,222,80); }

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

border-color css

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

 span { border-color: rgb(50,222,80); }

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