Shades of Lime #13FF03
Tints of Lime #13FF03
RGB
CMYK
RGB Variations
Color information
#13FF03 (or 0x13FF03) is known color: Lime. HEX triplet: 13, FF and 03. RGB value is (19,255,3). Sum of RGB (Red+Green+Blue) = 19+255+3=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 255 (100% from 255 or 92.06% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FF03 is #EC00FC. Grayscale: #9C9C9C. Windows color (decimal): -15466749 or 261907. OLE color: 261907.
HSL color Cylindrical-coordinate representation of color #13FF03: hue angle of 116.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13FF03 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0 |
| HSL | 116.19º | 1% | 0.51% | - |
| HSV(B) | 116.19º | 0.99% | 1% | - |
| XYZ | 36.04 | 71.67 | 12.02 | - |
| YUV | 155.71 | 41.81 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 3 | 0.93 | 0 | 0.99 | 0 | 116.19 | 1 | 0.51 |
| Hex | 13 | FF | 3 | 5D | 0 | 63 | 0 | 74 | 64 | 33 |
| Octal | 23 | 377 | 3 | 135 | 0 | 143 | 0 | 164 | 144 | 63 |
| Binary | 10011 | 11111111 | 11 | 1011101 | 0 | 1100011 | 0 | 1110100 | 1100100 | 110011 |
Color Harmonies of #13FF03
Complementary color
Monochromatic Colors of #13FF03
Black with #13FF03
Text Example
Text Example
White with #13FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF03; }
p { color: rgb(19,255,3); }
H1.HeaderClassName
{
color: #13FF03;
}
.AnyTagClassName
{
color: #13FF03;
}
</style>
background-color css
<style>
a { background-color: #13FF03; }
a { background-color: rgb(19,255,3); }
div.DivClassName
{
background-color: #13FF03;
}
.BgClassName
{
background-color: #13FF03;
}
</style>
border-color css
<style>
span { border-color: #13FF03; }
span { border-color: rgb(19,255,3); }
td.TdClassName
{
border-color: #13FF03;
}
.TagClassName
{
border-color: #13FF03;
}
</style>