Shades of Electric Lime #C0FE0B
Tints of Electric Lime #C0FE0B
RGB
CMYK
RGB Variations
Color information
#C0FE0B (or 0xC0FE0B) is known color: Electric Lime. HEX triplet: C0, FE and 0B. RGB value is (192,254,11). Sum of RGB (Red+Green+Blue) = 192+254+11=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE0B is #3F01F4. Grayscale: #D0D0D0. Windows color (decimal): -4129269 or 786112. OLE color: 786112.
HSL color Cylindrical-coordinate representation of color #C0FE0B: hue angle of 75.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0FE0B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.00 |
| HSL | 75.31º | 0.99% | 0.52% | - |
| HSV(B) | 75.31º | 0.96% | 1% | - |
| XYZ | 57.24 | 82.11 | 13.15 | - |
| YUV | 207.76 | 16.96 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 11 | 0.24 | 0 | 0.96 | 0.00 | 75.31 | 0.99 | 0.52 |
| Hex | C0 | FE | B | 18 | 0 | 60 | 0 | 4B | 63 | 34 |
| Octal | 300 | 376 | 13 | 30 | 0 | 140 | 0 | 113 | 143 | 64 |
| Binary | 11000000 | 11111110 | 1011 | 11000 | 0 | 1100000 | 0 | 1001011 | 1100011 | 110100 |
Color Harmonies of #C0FE0B
Complementary color
Monochromatic Colors of #C0FE0B
Black with #C0FE0B
Text Example
Text Example
White with #C0FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE0B; }
p { color: rgb(192,254,11); }
H1.HeaderClassName
{
color: #C0FE0B;
}
.AnyTagClassName
{
color: #C0FE0B;
}
</style>
background-color css
<style>
a { background-color: #C0FE0B; }
a { background-color: rgb(192,254,11); }
div.DivClassName
{
background-color: #C0FE0B;
}
.BgClassName
{
background-color: #C0FE0B;
}
</style>
border-color css
<style>
span { border-color: #C0FE0B; }
span { border-color: rgb(192,254,11); }
td.TdClassName
{
border-color: #C0FE0B;
}
.TagClassName
{
border-color: #C0FE0B;
}
</style>