Html Css Color HEX #32B541 Lime Green

📋 copy color: '#32B541'

red 50 ◦ green 181 ◦ blue 65

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

Shades of Lime Green #32B541

Tints of Lime Green #32B541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 16.89%
G = 61.15%
B = 21.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#32B541 (or 0x32B541) is known color: Lime Green. HEX triplet: 32, B5 and 41. RGB value is (50,181,65). Sum of RGB (Red+Green+Blue) = 50+181+65=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #32B541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B541 is #CD4ABE. Grayscale: #808080. Windows color (decimal): -13454015 or 4306226. OLE color: 4306226.

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

Color convert

RGB 50 181 65 -
CMYK 0.72 0 0.64 0.29
HSL 126.87º 0.57% 0.45% -
HSV(B) 126.87º 0.72% 0.71% -
XYZ 18.79 34.11 10.59 -
YUV 128.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 50 181 65 0.72 0 0.64 0.29 126.87 0.57 0.45
Hex 32 B5 41 48 0 40 1D 7F 39 2D
Octal 62 265 101 110 0 100 35 177 71 55
Binary 110010 10110101 1000001 1001000 0 1000000 11101 1111111 111001 101101

Color Harmonies of #32B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B541

Black with #32B541

Text Example


Text Example

White with #32B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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