Shades of Lime Green #15CF13
Tints of Lime Green #15CF13
RGB
CMYK
RGB Variations
Color information
#15CF13 (or 0x15CF13) is known color: Lime Green. HEX triplet: 15, CF and 13. RGB value is (21,207,19). Sum of RGB (Red+Green+Blue) = 21+207+19=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #15CF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CF13 is #EA30EC. Grayscale: #828282. Windows color (decimal): -15347949 or 1298197. OLE color: 1298197.
HSL color Cylindrical-coordinate representation of color #15CF13: hue angle of 119.36º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CF13 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 207 | 19 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.19 |
| HSL | 119.36º | 0.83% | 0.44% | - |
| HSV(B) | 119.36º | 0.91% | 0.81% | - |
| XYZ | 22.74 | 44.83 | 8.07 | - |
| YUV | 129.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 19 | 0.90 | 0 | 0.91 | 0.19 | 119.36 | 0.83 | 0.44 |
| Hex | 15 | CF | 13 | 5A | 0 | 5B | 13 | 77 | 53 | 2C |
| Octal | 25 | 317 | 23 | 132 | 0 | 133 | 23 | 167 | 123 | 54 |
| Binary | 10101 | 11001111 | 10011 | 1011010 | 0 | 1011011 | 10011 | 1110111 | 1010011 | 101100 |
Color Harmonies of #15CF13
Complementary color
Monochromatic Colors of #15CF13
Black with #15CF13
Text Example
Text Example
White with #15CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CF13; }
p { color: rgb(21,207,19); }
H1.HeaderClassName
{
color: #15CF13;
}
.AnyTagClassName
{
color: #15CF13;
}
</style>
background-color css
<style>
a { background-color: #15CF13; }
a { background-color: rgb(21,207,19); }
div.DivClassName
{
background-color: #15CF13;
}
.BgClassName
{
background-color: #15CF13;
}
</style>
border-color css
<style>
span { border-color: #15CF13; }
span { border-color: rgb(21,207,19); }
td.TdClassName
{
border-color: #15CF13;
}
.TagClassName
{
border-color: #15CF13;
}
</style>