Html Css Color HEX #32D231 Lime Green

📋 copy color: '#32D231'

red 50 ◦ green 210 ◦ blue 49

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

Shades of Lime Green #32D231

Tints of Lime Green #32D231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 16.18%
G = 67.96%
B = 15.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#32D231 (or 0x32D231) is known color: Lime Green. HEX triplet: 32, D2 and 31. RGB value is (50,210,49). Sum of RGB (Red+Green+Blue) = 50+210+49=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #32D231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D231 is #CD2DCE. Grayscale: #909090. Windows color (decimal): -13446607 or 3265074. OLE color: 3265074.

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

Color convert

RGB 50 210 49 -
CMYK 0.76 0 0.77 0.18
HSL 119.63º 0.64% 0.51% -
HSV(B) 119.63º 0.77% 0.82% -
XYZ 24.92 46.99 10.66 -
YUV 143.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 50 210 49 0.76 0 0.77 0.18 119.63 0.64 0.51
Hex 32 D2 31 4C 0 4D 12 78 40 33
Octal 62 322 61 114 0 115 22 170 100 63
Binary 110010 11010010 110001 1001100 0 1001101 10010 1111000 1000000 110011

Color Harmonies of #32D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D231

Black with #32D231

Text Example


Text Example

White with #32D231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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