Shades of Lime #0CEE00
Tints of Lime #0CEE00
RGB
CMYK
RGB Variations
Color information
#0CEE00 (or 0x0CEE00) is known color: Lime. HEX triplet: 0C, EE and 00. RGB value is (12,238,0). Sum of RGB (Red+Green+Blue) = 12+238+0=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 238 (93.36% from 255 or 95.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEE00 is #F311FF. Grayscale: #909090. Windows color (decimal): -15929856 or 60940. OLE color: 60940.
HSL color Cylindrical-coordinate representation of color #0CEE00: hue angle of 116.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CEE00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.07 |
| HSL | 116.97º | 1% | 0.47% | - |
| HSV(B) | 116.97º | 1% | 0.93% | - |
| XYZ | 30.73 | 61.23 | 10.2 | - |
| YUV | 143.29 | 47.13 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 0 | 0.95 | 0 | 1 | 0.07 | 116.97 | 1 | 0.47 |
| Hex | C | EE | 0 | 5F | 0 | 64 | 7 | 75 | 64 | 2F |
| Octal | 14 | 356 | 0 | 137 | 0 | 144 | 7 | 165 | 144 | 57 |
| Binary | 1100 | 11101110 | 0 | 1011111 | 0 | 1100100 | 111 | 1110101 | 1100100 | 101111 |
Color Harmonies of #0CEE00
Complementary color
Monochromatic Colors of #0CEE00
Black with #0CEE00
Text Example
Text Example
White with #0CEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEE00; }
p { color: rgb(12,238,0); }
H1.HeaderClassName
{
color: #0CEE00;
}
.AnyTagClassName
{
color: #0CEE00;
}
</style>
background-color css
<style>
a { background-color: #0CEE00; }
a { background-color: rgb(12,238,0); }
div.DivClassName
{
background-color: #0CEE00;
}
.BgClassName
{
background-color: #0CEE00;
}
</style>
border-color css
<style>
span { border-color: #0CEE00; }
span { border-color: rgb(12,238,0); }
td.TdClassName
{
border-color: #0CEE00;
}
.TagClassName
{
border-color: #0CEE00;
}
</style>