Shades of Lime #0FF300
Tints of Lime #0FF300
RGB
CMYK
RGB Variations
Color information
#0FF300 (or 0x0FF300) is known color: Lime. HEX triplet: 0F, F3 and 00. RGB value is (15,243,0). Sum of RGB (Red+Green+Blue) = 15+243+0=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 243 (95.31% from 255 or 94.19% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF300 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF300 is #F00CFF. Grayscale: #939393. Windows color (decimal): -15731968 or 62223. OLE color: 62223.
HSL color Cylindrical-coordinate representation of color #0FF300: hue angle of 116.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FF300 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.05 |
| HSL | 116.3º | 1% | 0.48% | - |
| HSV(B) | 116.3º | 1% | 0.95% | - |
| XYZ | 32.25 | 64.2 | 10.69 | - |
| YUV | 147.13 | 44.96 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 0 | 0.94 | 0 | 1 | 0.05 | 116.3 | 1 | 0.48 |
| Hex | F | F3 | 0 | 5E | 0 | 64 | 5 | 74 | 64 | 30 |
| Octal | 17 | 363 | 0 | 136 | 0 | 144 | 5 | 164 | 144 | 60 |
| Binary | 1111 | 11110011 | 0 | 1011110 | 0 | 1100100 | 101 | 1110100 | 1100100 | 110000 |
Color Harmonies of #0FF300
Complementary color
Monochromatic Colors of #0FF300
Black with #0FF300
Text Example
Text Example
White with #0FF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF300; }
p { color: rgb(15,243,0); }
H1.HeaderClassName
{
color: #0FF300;
}
.AnyTagClassName
{
color: #0FF300;
}
</style>
background-color css
<style>
a { background-color: #0FF300; }
a { background-color: rgb(15,243,0); }
div.DivClassName
{
background-color: #0FF300;
}
.BgClassName
{
background-color: #0FF300;
}
</style>
border-color css
<style>
span { border-color: #0FF300; }
span { border-color: rgb(15,243,0); }
td.TdClassName
{
border-color: #0FF300;
}
.TagClassName
{
border-color: #0FF300;
}
</style>