Html Css Color HEX #32B646 Lime Green

📋 copy color: '#32B646'

red 50 ◦ green 182 ◦ blue 70

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

Shades of Lime Green #32B646

Tints of Lime Green #32B646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.26%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 16.56%
G = 60.26%
B = 23.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#32B646 (or 0x32B646) is known color: Lime Green. HEX triplet: 32, B6 and 46. RGB value is (50,182,70). Sum of RGB (Red+Green+Blue) = 50+182+70=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #32B646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B646 is #CD49B9. Grayscale: #828282. Windows color (decimal): -13453754 or 4634162. OLE color: 4634162.

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

Color convert

RGB 50 182 70 -
CMYK 0.73 0 0.62 0.29
HSL 129.09º 0.57% 0.45% -
HSV(B) 129.09º 0.73% 0.71% -
XYZ 19.15 34.58 11.46 -
YUV 129.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 50 182 70 0.73 0 0.62 0.29 129.09 0.57 0.45
Hex 32 B6 46 49 0 3E 1D 81 39 2D
Octal 62 266 106 111 0 76 35 201 71 55
Binary 110010 10110110 1000110 1001001 0 111110 11101 10000001 111001 101101

Color Harmonies of #32B646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B646

Black with #32B646

Text Example


Text Example

White with #32B646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,182,70); }

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

background-color css

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

 a { background-color: rgb(50,182,70); }

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

border-color css

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

 span { border-color: rgb(50,182,70); }

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