Shades of Lime #13F700
Tints of Lime #13F700
RGB
CMYK
RGB Variations
Color information
#13F700 (or 0x13F700) is known color: Lime. HEX triplet: 13, F7 and 00. RGB value is (19,247,0). Sum of RGB (Red+Green+Blue) = 19+247+0=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 247 (96.88% from 255 or 92.86% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 247 - color contains mainly: green. Hex color #13F700 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F700 is #EC08FF. Grayscale: #979797. Windows color (decimal): -15468800 or 63251. OLE color: 63251.
HSL color Cylindrical-coordinate representation of color #13F700: hue angle of 115.38º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13F700 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 247 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.03 |
| HSL | 115.38º | 1% | 0.48% | - |
| HSV(B) | 115.38º | 1% | 0.97% | - |
| XYZ | 33.53 | 66.66 | 11.1 | - |
| YUV | 150.67 | 42.96 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 247 | 0 | 0.92 | 0 | 1 | 0.03 | 115.38 | 1 | 0.48 |
| Hex | 13 | F7 | 0 | 5C | 0 | 64 | 3 | 73 | 64 | 30 |
| Octal | 23 | 367 | 0 | 134 | 0 | 144 | 3 | 163 | 144 | 60 |
| Binary | 10011 | 11110111 | 0 | 1011100 | 0 | 1100100 | 11 | 1110011 | 1100100 | 110000 |
Color Harmonies of #13F700
Complementary color
Monochromatic Colors of #13F700
Black with #13F700
Text Example
Text Example
White with #13F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F700; }
p { color: rgb(19,247,0); }
H1.HeaderClassName
{
color: #13F700;
}
.AnyTagClassName
{
color: #13F700;
}
</style>
background-color css
<style>
a { background-color: #13F700; }
a { background-color: rgb(19,247,0); }
div.DivClassName
{
background-color: #13F700;
}
.BgClassName
{
background-color: #13F700;
}
</style>
border-color css
<style>
span { border-color: #13F700; }
span { border-color: rgb(19,247,0); }
td.TdClassName
{
border-color: #13F700;
}
.TagClassName
{
border-color: #13F700;
}
</style>