Html Css Color HEX #32D246 Lime Green

📋 copy color: '#32D246'

red 50 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #32D246

Tints of Lime Green #32D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.64%

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

R = 15.15%
G = 63.64%
B = 21.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#32D246 (or 0x32D246) is known color: Lime Green. HEX triplet: 32, D2 and 46. RGB value is (50,210,70). Sum of RGB (Red+Green+Blue) = 50+210+70=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #32D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D246 is #CD2DB9. Grayscale: #929292. Windows color (decimal): -13446586 or 4641330. OLE color: 4641330.

HSL color Cylindrical-coordinate representation of color #32D246: hue angle of 127.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D246 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 70 -
CMYK 0.76 0 0.67 0.18
HSL 127.5º 0.64% 0.51% -
HSV(B) 127.5º 0.76% 0.82% -
XYZ 25.47 47.21 13.57 -
YUV 146.2 84.99 59.38 -
System Red Green Blue C M Y K H S L
Decimal 50 210 70 0.76 0 0.67 0.18 127.5 0.64 0.51
Hex 32 D2 46 4C 0 43 12 80 40 33
Octal 62 322 106 114 0 103 22 200 100 63
Binary 110010 11010010 1000110 1001100 0 1000011 10010 10000000 1000000 110011

Color Harmonies of #32D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D246

Black with #32D246

Text Example


Text Example

White with #32D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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