Shades of Electric Lime #C0FB0C
Tints of Electric Lime #C0FB0C
RGB
CMYK
RGB Variations
Color information
#C0FB0C (or 0xC0FB0C) is known color: Electric Lime. HEX triplet: C0, FB and 0C. RGB value is (192,251,12). Sum of RGB (Red+Green+Blue) = 192+251+12=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB0C is #3F04F3. Grayscale: #CFCFCF. Windows color (decimal): -4130036 or 850880. OLE color: 850880.
HSL color Cylindrical-coordinate representation of color #C0FB0C: hue angle of 74.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0FB0C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.02 |
| HSL | 74.81º | 0.97% | 0.52% | - |
| HSV(B) | 74.81º | 0.95% | 0.98% | - |
| XYZ | 56.3 | 80.23 | 12.87 | - |
| YUV | 206.11 | 18.45 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 12 | 0.24 | 0 | 0.95 | 0.02 | 74.81 | 0.97 | 0.52 |
| Hex | C0 | FB | C | 18 | 0 | 5F | 2 | 4B | 61 | 34 |
| Octal | 300 | 373 | 14 | 30 | 0 | 137 | 2 | 113 | 141 | 64 |
| Binary | 11000000 | 11111011 | 1100 | 11000 | 0 | 1011111 | 10 | 1001011 | 1100001 | 110100 |
Color Harmonies of #C0FB0C
Complementary color
Monochromatic Colors of #C0FB0C
Black with #C0FB0C
Text Example
Text Example
White with #C0FB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB0C; }
p { color: rgb(192,251,12); }
H1.HeaderClassName
{
color: #C0FB0C;
}
.AnyTagClassName
{
color: #C0FB0C;
}
</style>
background-color css
<style>
a { background-color: #C0FB0C; }
a { background-color: rgb(192,251,12); }
div.DivClassName
{
background-color: #C0FB0C;
}
.BgClassName
{
background-color: #C0FB0C;
}
</style>
border-color css
<style>
span { border-color: #C0FB0C; }
span { border-color: rgb(192,251,12); }
td.TdClassName
{
border-color: #C0FB0C;
}
.TagClassName
{
border-color: #C0FB0C;
}
</style>