Shades of Lime #0CFE05
Tints of Lime #0CFE05
RGB
CMYK
RGB Variations
Color information
#0CFE05 (or 0x0CFE05) is known color: Lime. HEX triplet: 0C, FE and 05. RGB value is (12,254,5). Sum of RGB (Red+Green+Blue) = 12+254+5=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 254 (99.61% from 255 or 93.73% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE05 is #F301FA. Grayscale: #9A9A9A. Windows color (decimal): -15925755 or 392716. OLE color: 392716.
HSL color Cylindrical-coordinate representation of color #0CFE05: hue angle of 118.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CFE05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.00 |
| HSL | 118.31º | 0.99% | 0.51% | - |
| HSV(B) | 118.31º | 0.98% | 1% | - |
| XYZ | 35.62 | 70.97 | 11.97 | - |
| YUV | 153.26 | 44.33 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 5 | 0.95 | 0 | 0.98 | 0.00 | 118.31 | 0.99 | 0.51 |
| Hex | C | FE | 5 | 5F | 0 | 62 | 0 | 76 | 63 | 33 |
| Octal | 14 | 376 | 5 | 137 | 0 | 142 | 0 | 166 | 143 | 63 |
| Binary | 1100 | 11111110 | 101 | 1011111 | 0 | 1100010 | 0 | 1110110 | 1100011 | 110011 |
Color Harmonies of #0CFE05
Complementary color
Monochromatic Colors of #0CFE05
Black with #0CFE05
Text Example
Text Example
White with #0CFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE05; }
p { color: rgb(12,254,5); }
H1.HeaderClassName
{
color: #0CFE05;
}
.AnyTagClassName
{
color: #0CFE05;
}
</style>
background-color css
<style>
a { background-color: #0CFE05; }
a { background-color: rgb(12,254,5); }
div.DivClassName
{
background-color: #0CFE05;
}
.BgClassName
{
background-color: #0CFE05;
}
</style>
border-color css
<style>
span { border-color: #0CFE05; }
span { border-color: rgb(12,254,5); }
td.TdClassName
{
border-color: #0CFE05;
}
.TagClassName
{
border-color: #0CFE05;
}
</style>