Shades of Electric Lime #C8FF0B
Tints of Electric Lime #C8FF0B
RGB
CMYK
RGB Variations
Color information
#C8FF0B (or 0xC8FF0B) is known color: Electric Lime. HEX triplet: C8, FF and 0B. RGB value is (200,255,11). Sum of RGB (Red+Green+Blue) = 200+255+11=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF0B is #3700F4. Grayscale: #D3D3D3. Windows color (decimal): -3604725 or 786376. OLE color: 786376.
HSL color Cylindrical-coordinate representation of color #C8FF0B: hue angle of 73.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8FF0B is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 11 | - |
| CMYK | 0.22 | 0 | 0.96 | 0 |
| HSL | 73.52º | 1% | 0.52% | - |
| HSV(B) | 73.52º | 0.96% | 1% | - |
| XYZ | 59.64 | 83.82 | 13.35 | - |
| YUV | 210.74 | 15.28 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 11 | 0.22 | 0 | 0.96 | 0 | 73.52 | 1 | 0.52 |
| Hex | C8 | FF | B | 16 | 0 | 60 | 0 | 4A | 64 | 34 |
| Octal | 310 | 377 | 13 | 26 | 0 | 140 | 0 | 112 | 144 | 64 |
| Binary | 11001000 | 11111111 | 1011 | 10110 | 0 | 1100000 | 0 | 1001010 | 1100100 | 110100 |
Color Harmonies of #C8FF0B
Complementary color
Monochromatic Colors of #C8FF0B
Black with #C8FF0B
Text Example
Text Example
White with #C8FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF0B; }
p { color: rgb(200,255,11); }
H1.HeaderClassName
{
color: #C8FF0B;
}
.AnyTagClassName
{
color: #C8FF0B;
}
</style>
background-color css
<style>
a { background-color: #C8FF0B; }
a { background-color: rgb(200,255,11); }
div.DivClassName
{
background-color: #C8FF0B;
}
.BgClassName
{
background-color: #C8FF0B;
}
</style>
border-color css
<style>
span { border-color: #C8FF0B; }
span { border-color: rgb(200,255,11); }
td.TdClassName
{
border-color: #C8FF0B;
}
.TagClassName
{
border-color: #C8FF0B;
}
</style>