Html Css Color HEX #32B542 Lime Green

📋 copy color: '#32B542'

red 50 ◦ green 181 ◦ blue 66

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

Shades of Lime Green #32B542

Tints of Lime Green #32B542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 16.84%
G = 60.94%
B = 22.22%

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

#32B542 (or 0x32B542) is known color: Lime Green. HEX triplet: 32, B5 and 42. RGB value is (50,181,66). Sum of RGB (Red+Green+Blue) = 50+181+66=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #32B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B542 is #CD4ABD. Grayscale: #818181. Windows color (decimal): -13454014 or 4371762. OLE color: 4371762.

HSL color Cylindrical-coordinate representation of color #32B542: hue angle of 127.33º 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 #32B542 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 66 -
CMYK 0.72 0 0.64 0.29
HSL 127.33º 0.57% 0.45% -
HSV(B) 127.33º 0.72% 0.71% -
XYZ 18.82 34.12 10.75 -
YUV 128.72 92.6 71.85 -
System Red Green Blue C M Y K H S L
Decimal 50 181 66 0.72 0 0.64 0.29 127.33 0.57 0.45
Hex 32 B5 42 48 0 40 1D 7F 39 2D
Octal 62 265 102 110 0 100 35 177 71 55
Binary 110010 10110101 1000010 1001000 0 1000000 11101 1111111 111001 101101

Color Harmonies of #32B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B542

Black with #32B542

Text Example


Text Example

White with #32B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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