Shades of Lime #0CFF05
Tints of Lime #0CFF05
RGB
CMYK
RGB Variations
Color information
#0CFF05 (or 0x0CFF05) is known color: Lime. HEX triplet: 0C, FF and 05. RGB value is (12,255,5). Sum of RGB (Red+Green+Blue) = 12+255+5=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF05 is #F300FA. Grayscale: #9A9A9A. Windows color (decimal): -15925499 or 392972. OLE color: 392972.
HSL color Cylindrical-coordinate representation of color #0CFF05: hue angle of 118.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CFF05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0 |
| HSL | 118.32º | 1% | 0.51% | - |
| HSV(B) | 118.32º | 0.98% | 1% | - |
| XYZ | 35.94 | 71.61 | 12.07 | - |
| YUV | 153.84 | 43.99 | 26.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 5 | 0.95 | 0 | 0.98 | 0 | 118.32 | 1 | 0.51 |
| Hex | C | FF | 5 | 5F | 0 | 62 | 0 | 76 | 64 | 33 |
| Octal | 14 | 377 | 5 | 137 | 0 | 142 | 0 | 166 | 144 | 63 |
| Binary | 1100 | 11111111 | 101 | 1011111 | 0 | 1100010 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0CFF05
Complementary color
Monochromatic Colors of #0CFF05
Black with #0CFF05
Text Example
Text Example
White with #0CFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF05; }
p { color: rgb(12,255,5); }
H1.HeaderClassName
{
color: #0CFF05;
}
.AnyTagClassName
{
color: #0CFF05;
}
</style>
background-color css
<style>
a { background-color: #0CFF05; }
a { background-color: rgb(12,255,5); }
div.DivClassName
{
background-color: #0CFF05;
}
.BgClassName
{
background-color: #0CFF05;
}
</style>
border-color css
<style>
span { border-color: #0CFF05; }
span { border-color: rgb(12,255,5); }
td.TdClassName
{
border-color: #0CFF05;
}
.TagClassName
{
border-color: #0CFF05;
}
</style>