Shades of Lime #0CFE03
Tints of Lime #0CFE03
RGB
CMYK
RGB Variations
Color information
#0CFE03 (or 0x0CFE03) is known color: Lime. HEX triplet: 0C, FE and 03. RGB value is (12,254,3). Sum of RGB (Red+Green+Blue) = 12+254+3=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 254 (99.61% from 255 or 94.42% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE03 is #F301FC. Grayscale: #999999. Windows color (decimal): -15925757 or 261644. OLE color: 261644.
HSL color Cylindrical-coordinate representation of color #0CFE03: hue angle of 117.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CFE03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.00 |
| HSL | 117.85º | 0.99% | 0.5% | - |
| HSV(B) | 117.85º | 0.99% | 1% | - |
| XYZ | 35.61 | 70.97 | 11.91 | - |
| YUV | 153.03 | 43.33 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 3 | 0.95 | 0 | 0.99 | 0.00 | 117.85 | 0.99 | 0.5 |
| Hex | C | FE | 3 | 5F | 0 | 63 | 0 | 76 | 63 | 32 |
| Octal | 14 | 376 | 3 | 137 | 0 | 143 | 0 | 166 | 143 | 62 |
| Binary | 1100 | 11111110 | 11 | 1011111 | 0 | 1100011 | 0 | 1110110 | 1100011 | 110010 |
Color Harmonies of #0CFE03
Complementary color
Monochromatic Colors of #0CFE03
Black with #0CFE03
Text Example
Text Example
White with #0CFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE03; }
p { color: rgb(12,254,3); }
H1.HeaderClassName
{
color: #0CFE03;
}
.AnyTagClassName
{
color: #0CFE03;
}
</style>
background-color css
<style>
a { background-color: #0CFE03; }
a { background-color: rgb(12,254,3); }
div.DivClassName
{
background-color: #0CFE03;
}
.BgClassName
{
background-color: #0CFE03;
}
</style>
border-color css
<style>
span { border-color: #0CFE03; }
span { border-color: rgb(12,254,3); }
td.TdClassName
{
border-color: #0CFE03;
}
.TagClassName
{
border-color: #0CFE03;
}
</style>