Shades of Lime #15FC00
Tints of Lime #15FC00
RGB
CMYK
RGB Variations
Color information
#15FC00 (or 0x15FC00) is known color: Lime. HEX triplet: 15, FC and 00. RGB value is (21,252,0). Sum of RGB (Red+Green+Blue) = 21+252+0=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 252 (98.83% from 255 or 92.31% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 252 - color contains mainly: green. Hex color #15FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15FC00 is #EA03FF. Grayscale: #9A9A9A. Windows color (decimal): -15336448 or 64533. OLE color: 64533.
HSL color Cylindrical-coordinate representation of color #15FC00: hue angle of 115º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15FC00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.01 |
| HSL | 115º | 1% | 0.49% | - |
| HSV(B) | 115º | 1% | 0.99% | - |
| XYZ | 35.12 | 69.78 | 11.62 | - |
| YUV | 154.2 | 40.97 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 0 | 0.92 | 0 | 1 | 0.01 | 115 | 1 | 0.49 |
| Hex | 15 | FC | 0 | 5C | 0 | 64 | 1 | 73 | 64 | 31 |
| Octal | 25 | 374 | 0 | 134 | 0 | 144 | 1 | 163 | 144 | 61 |
| Binary | 10101 | 11111100 | 0 | 1011100 | 0 | 1100100 | 1 | 1110011 | 1100100 | 110001 |
Color Harmonies of #15FC00
Complementary color
Monochromatic Colors of #15FC00
Black with #15FC00
Text Example
Text Example
White with #15FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FC00; }
p { color: rgb(21,252,0); }
H1.HeaderClassName
{
color: #15FC00;
}
.AnyTagClassName
{
color: #15FC00;
}
</style>
background-color css
<style>
a { background-color: #15FC00; }
a { background-color: rgb(21,252,0); }
div.DivClassName
{
background-color: #15FC00;
}
.BgClassName
{
background-color: #15FC00;
}
</style>
border-color css
<style>
span { border-color: #15FC00; }
span { border-color: rgb(21,252,0); }
td.TdClassName
{
border-color: #15FC00;
}
.TagClassName
{
border-color: #15FC00;
}
</style>