Html Css Color HEX #32B520 Lime Green

📋 copy color: '#32B520'

red 50 ◦ green 181 ◦ blue 32

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

Shades of Lime Green #32B520

Tints of Lime Green #32B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.82%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 19.01%
G = 68.82%
B = 12.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#32B520 (or 0x32B520) is known color: Lime Green. HEX triplet: 32, B5 and 20. RGB value is (50,181,32). Sum of RGB (Red+Green+Blue) = 50+181+32=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #32B520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B520 is #CD4ADF. Grayscale: #7D7D7D. Windows color (decimal): -13454048 or 2143538. OLE color: 2143538.

HSL color Cylindrical-coordinate representation of color #32B520: hue angle of 112.75º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32B520 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 32 -
CMYK 0.72 0 0.82 0.29
HSL 112.75º 0.7% 0.42% -
HSV(B) 112.75º 0.82% 0.71% -
XYZ 18.1 33.83 6.94 -
YUV 124.85 75.6 74.62 -
System Red Green Blue C M Y K H S L
Decimal 50 181 32 0.72 0 0.82 0.29 112.75 0.7 0.42
Hex 32 B5 20 48 0 52 1D 71 46 2A
Octal 62 265 40 110 0 122 35 161 106 52
Binary 110010 10110101 100000 1001000 0 1010010 11101 1110001 1000110 101010

Color Harmonies of #32B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B520

Black with #32B520

Text Example


Text Example

White with #32B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,32); }

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

background-color css

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

 a { background-color: rgb(50,181,32); }

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

border-color css

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

 span { border-color: rgb(50,181,32); }

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