Shades of Lime Green #0FCF1B
Tints of Lime Green #0FCF1B
RGB
CMYK
RGB Variations
Color information
#0FCF1B (or 0x0FCF1B) is known color: Lime Green. HEX triplet: 0F, CF and 1B. RGB value is (15,207,27). Sum of RGB (Red+Green+Blue) = 15+207+27=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF1B is #F030E4. Grayscale: #818181. Windows color (decimal): -15741157 or 1822479. OLE color: 1822479.
HSL color Cylindrical-coordinate representation of color #0FCF1B: hue angle of 123.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF1B is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 27 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.19 |
| HSL | 123.75º | 0.86% | 0.44% | - |
| HSV(B) | 123.75º | 0.93% | 0.81% | - |
| XYZ | 22.71 | 44.81 | 8.49 | - |
| YUV | 129.07 | 70.39 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 27 | 0.93 | 0 | 0.87 | 0.19 | 123.75 | 0.86 | 0.44 |
| Hex | F | CF | 1B | 5D | 0 | 57 | 13 | 7C | 56 | 2C |
| Octal | 17 | 317 | 33 | 135 | 0 | 127 | 23 | 174 | 126 | 54 |
| Binary | 1111 | 11001111 | 11011 | 1011101 | 0 | 1010111 | 10011 | 1111100 | 1010110 | 101100 |
Color Harmonies of #0FCF1B
Complementary color
Monochromatic Colors of #0FCF1B
Black with #0FCF1B
Text Example
Text Example
White with #0FCF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF1B; }
p { color: rgb(15,207,27); }
H1.HeaderClassName
{
color: #0FCF1B;
}
.AnyTagClassName
{
color: #0FCF1B;
}
</style>
background-color css
<style>
a { background-color: #0FCF1B; }
a { background-color: rgb(15,207,27); }
div.DivClassName
{
background-color: #0FCF1B;
}
.BgClassName
{
background-color: #0FCF1B;
}
</style>
border-color css
<style>
span { border-color: #0FCF1B; }
span { border-color: rgb(15,207,27); }
td.TdClassName
{
border-color: #0FCF1B;
}
.TagClassName
{
border-color: #0FCF1B;
}
</style>