Html Css Color HEX #32D815 Lime Green

📋 copy color: '#32D815'

red 50 ◦ green 216 ◦ blue 21

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

Shades of Lime Green #32D815

Tints of Lime Green #32D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.26%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 17.42%
G = 75.26%
B = 7.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#32D815 (or 0x32D815) is known color: Lime Green. HEX triplet: 32, D8 and 15. RGB value is (50,216,21). Sum of RGB (Red+Green+Blue) = 50+216+21=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #32D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D815 is #CD27EA. Grayscale: #909090. Windows color (decimal): -13445099 or 1431602. OLE color: 1431602.

HSL color Cylindrical-coordinate representation of color #32D815: hue angle of 111.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32D815 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 216 21 -
CMYK 0.77 0 0.90 0.15
HSL 111.08º 0.82% 0.46% -
HSV(B) 111.08º 0.9% 0.85% -
XYZ 26.01 49.84 8.96 -
YUV 144.14 58.5 60.86 -
System Red Green Blue C M Y K H S L
Decimal 50 216 21 0.77 0 0.90 0.15 111.08 0.82 0.46
Hex 32 D8 15 4D 0 5A F 6F 52 2E
Octal 62 330 25 115 0 132 17 157 122 56
Binary 110010 11011000 10101 1001101 0 1011010 1111 1101111 1010010 101110

Color Harmonies of #32D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D815

Black with #32D815

Text Example


Text Example

White with #32D815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,216,21); }

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

background-color css

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

 a { background-color: rgb(50,216,21); }

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

border-color css

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

 span { border-color: rgb(50,216,21); }

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