Shades of Lime #0CEF00
Tints of Lime #0CEF00
RGB
CMYK
RGB Variations
Color information
#0CEF00 (or 0x0CEF00) is known color: Lime. HEX triplet: 0C, EF and 00. RGB value is (12,239,0). Sum of RGB (Red+Green+Blue) = 12+239+0=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 239 (93.75% from 255 or 95.22% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEF00 is #F310FF. Grayscale: #909090. Windows color (decimal): -15929600 or 61196. OLE color: 61196.
HSL color Cylindrical-coordinate representation of color #0CEF00: hue angle of 116.99º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CEF00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.06 |
| HSL | 116.99º | 1% | 0.47% | - |
| HSV(B) | 116.99º | 1% | 0.94% | - |
| XYZ | 31.02 | 61.81 | 10.3 | - |
| YUV | 143.88 | 46.79 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 0 | 0.95 | 0 | 1 | 0.06 | 116.99 | 1 | 0.47 |
| Hex | C | EF | 0 | 5F | 0 | 64 | 6 | 75 | 64 | 2F |
| Octal | 14 | 357 | 0 | 137 | 0 | 144 | 6 | 165 | 144 | 57 |
| Binary | 1100 | 11101111 | 0 | 1011111 | 0 | 1100100 | 110 | 1110101 | 1100100 | 101111 |
Color Harmonies of #0CEF00
Complementary color
Monochromatic Colors of #0CEF00
Black with #0CEF00
Text Example
Text Example
White with #0CEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF00; }
p { color: rgb(12,239,0); }
H1.HeaderClassName
{
color: #0CEF00;
}
.AnyTagClassName
{
color: #0CEF00;
}
</style>
background-color css
<style>
a { background-color: #0CEF00; }
a { background-color: rgb(12,239,0); }
div.DivClassName
{
background-color: #0CEF00;
}
.BgClassName
{
background-color: #0CEF00;
}
</style>
border-color css
<style>
span { border-color: #0CEF00; }
span { border-color: rgb(12,239,0); }
td.TdClassName
{
border-color: #0CEF00;
}
.TagClassName
{
border-color: #0CEF00;
}
</style>