Shades of Lime Green #0FCD17
Tints of Lime Green #0FCD17
RGB
CMYK
RGB Variations
Color information
#0FCD17 (or 0x0FCD17) is known color: Lime Green. HEX triplet: 0F, CD and 17. RGB value is (15,205,23). Sum of RGB (Red+Green+Blue) = 15+205+23=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 205 (80.47% from 255 or 84.36% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCD17 is #F032E8. Grayscale: #7F7F7F. Windows color (decimal): -15741673 or 1559823. OLE color: 1559823.
HSL color Cylindrical-coordinate representation of color #0FCD17: hue angle of 122.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD17 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 23 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.20 |
| HSL | 122.53º | 0.86% | 0.43% | - |
| HSV(B) | 122.53º | 0.93% | 0.8% | - |
| XYZ | 22.18 | 43.83 | 8.1 | - |
| YUV | 127.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 23 | 0.93 | 0 | 0.89 | 0.20 | 122.53 | 0.86 | 0.43 |
| Hex | F | CD | 17 | 5D | 0 | 59 | 14 | 7B | 56 | 2B |
| Octal | 17 | 315 | 27 | 135 | 0 | 131 | 24 | 173 | 126 | 53 |
| Binary | 1111 | 11001101 | 10111 | 1011101 | 0 | 1011001 | 10100 | 1111011 | 1010110 | 101011 |
Color Harmonies of #0FCD17
Complementary color
Monochromatic Colors of #0FCD17
Black with #0FCD17
Text Example
Text Example
White with #0FCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD17; }
p { color: rgb(15,205,23); }
H1.HeaderClassName
{
color: #0FCD17;
}
.AnyTagClassName
{
color: #0FCD17;
}
</style>
background-color css
<style>
a { background-color: #0FCD17; }
a { background-color: rgb(15,205,23); }
div.DivClassName
{
background-color: #0FCD17;
}
.BgClassName
{
background-color: #0FCD17;
}
</style>
border-color css
<style>
span { border-color: #0FCD17; }
span { border-color: rgb(15,205,23); }
td.TdClassName
{
border-color: #0FCD17;
}
.TagClassName
{
border-color: #0FCD17;
}
</style>