Shades of Electric Lime #C8FD0B
Tints of Electric Lime #C8FD0B
RGB
CMYK
RGB Variations
Color information
#C8FD0B (or 0xC8FD0B) is known color: Electric Lime. HEX triplet: C8, FD and 0B. RGB value is (200,253,11). Sum of RGB (Red+Green+Blue) = 200+253+11=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FD0B is #3702F4. Grayscale: #D2D2D2. Windows color (decimal): -3605237 or 785864. OLE color: 785864.
HSL color Cylindrical-coordinate representation of color #C8FD0B: hue angle of 73.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8FD0B is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 11 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.01 |
| HSL | 73.14º | 0.98% | 0.52% | - |
| HSV(B) | 73.14º | 0.96% | 0.99% | - |
| XYZ | 59.01 | 82.55 | 13.14 | - |
| YUV | 209.57 | 15.94 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 11 | 0.21 | 0 | 0.96 | 0.01 | 73.14 | 0.98 | 0.52 |
| Hex | C8 | FD | B | 15 | 0 | 60 | 1 | 49 | 62 | 34 |
| Octal | 310 | 375 | 13 | 25 | 0 | 140 | 1 | 111 | 142 | 64 |
| Binary | 11001000 | 11111101 | 1011 | 10101 | 0 | 1100000 | 1 | 1001001 | 1100010 | 110100 |
Color Harmonies of #C8FD0B
Complementary color
Monochromatic Colors of #C8FD0B
Black with #C8FD0B
Text Example
Text Example
White with #C8FD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD0B; }
p { color: rgb(200,253,11); }
H1.HeaderClassName
{
color: #C8FD0B;
}
.AnyTagClassName
{
color: #C8FD0B;
}
</style>
background-color css
<style>
a { background-color: #C8FD0B; }
a { background-color: rgb(200,253,11); }
div.DivClassName
{
background-color: #C8FD0B;
}
.BgClassName
{
background-color: #C8FD0B;
}
</style>
border-color css
<style>
span { border-color: #C8FD0B; }
span { border-color: rgb(200,253,11); }
td.TdClassName
{
border-color: #C8FD0B;
}
.TagClassName
{
border-color: #C8FD0B;
}
</style>