Shades of Lime #13F900
Tints of Lime #13F900
RGB
CMYK
RGB Variations
Color information
#13F900 (or 0x13F900) is known color: Lime. HEX triplet: 13, F9 and 00. RGB value is (19,249,0). Sum of RGB (Red+Green+Blue) = 19+249+0=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 249 (97.66% from 255 or 92.91% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 249 - color contains mainly: green. Hex color #13F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F900 is #EC06FF. Grayscale: #989898. Windows color (decimal): -15468288 or 63763. OLE color: 63763.
HSL color Cylindrical-coordinate representation of color #13F900: hue angle of 115.42º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13F900 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 249 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.02 |
| HSL | 115.42º | 1% | 0.49% | - |
| HSV(B) | 115.42º | 1% | 0.98% | - |
| XYZ | 34.14 | 67.89 | 11.3 | - |
| YUV | 151.84 | 42.3 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 249 | 0 | 0.92 | 0 | 1 | 0.02 | 115.42 | 1 | 0.49 |
| Hex | 13 | F9 | 0 | 5C | 0 | 64 | 2 | 73 | 64 | 31 |
| Octal | 23 | 371 | 0 | 134 | 0 | 144 | 2 | 163 | 144 | 61 |
| Binary | 10011 | 11111001 | 0 | 1011100 | 0 | 1100100 | 10 | 1110011 | 1100100 | 110001 |
Color Harmonies of #13F900
Complementary color
Monochromatic Colors of #13F900
Black with #13F900
Text Example
Text Example
White with #13F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F900; }
p { color: rgb(19,249,0); }
H1.HeaderClassName
{
color: #13F900;
}
.AnyTagClassName
{
color: #13F900;
}
</style>
background-color css
<style>
a { background-color: #13F900; }
a { background-color: rgb(19,249,0); }
div.DivClassName
{
background-color: #13F900;
}
.BgClassName
{
background-color: #13F900;
}
</style>
border-color css
<style>
span { border-color: #13F900; }
span { border-color: rgb(19,249,0); }
td.TdClassName
{
border-color: #13F900;
}
.TagClassName
{
border-color: #13F900;
}
</style>