Html Css Color HEX #32D116 Lime Green

📋 copy color: '#32D116'

red 50 ◦ green 209 ◦ blue 22

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

Shades of Lime Green #32D116

Tints of Lime Green #32D116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.38%

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 17.79%
G = 74.38%
B = 7.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#32D116 (or 0x32D116) is known color: Lime Green. HEX triplet: 32, D1 and 16. RGB value is (50,209,22). Sum of RGB (Red+Green+Blue) = 50+209+22=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #32D116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D116 is #CD2EE9. Grayscale: #8C8C8C. Windows color (decimal): -13446890 or 1495346. OLE color: 1495346.

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

Color convert

RGB 50 209 22 -
CMYK 0.76 0 0.89 0.18
HSL 111.02º 0.81% 0.45% -
HSV(B) 111.02º 0.89% 0.82% -
XYZ 24.26 46.34 8.42 -
YUV 140.14 61.32 63.71 -
System Red Green Blue C M Y K H S L
Decimal 50 209 22 0.76 0 0.89 0.18 111.02 0.81 0.45
Hex 32 D1 16 4C 0 59 12 6F 51 2D
Octal 62 321 26 114 0 131 22 157 121 55
Binary 110010 11010001 10110 1001100 0 1011001 10010 1101111 1010001 101101

Color Harmonies of #32D116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D116

Black with #32D116

Text Example


Text Example

White with #32D116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,209,22); }

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

background-color css

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

 a { background-color: rgb(50,209,22); }

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

border-color css

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

 span { border-color: rgb(50,209,22); }

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