Shades of Electric Lime #C8F817
Tints of Electric Lime #C8F817
RGB
CMYK
RGB Variations
Color information
#C8F817 (or 0xC8F817) is known color: Electric Lime. HEX triplet: C8, F8 and 17. RGB value is (200,248,23). Sum of RGB (Red+Green+Blue) = 200+248+23=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F817 is #3707E8. Grayscale: #D0D0D0. Windows color (decimal): -3606505 or 1571016. OLE color: 1571016.
HSL color Cylindrical-coordinate representation of color #C8F817: hue angle of 72.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8F817 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 23 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.03 |
| HSL | 72.8º | 0.94% | 0.53% | - |
| HSV(B) | 72.8º | 0.91% | 0.97% | - |
| XYZ | 57.54 | 79.48 | 13.12 | - |
| YUV | 208 | 23.6 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 23 | 0.19 | 0 | 0.91 | 0.03 | 72.8 | 0.94 | 0.53 |
| Hex | C8 | F8 | 17 | 13 | 0 | 5B | 3 | 49 | 5E | 35 |
| Octal | 310 | 370 | 27 | 23 | 0 | 133 | 3 | 111 | 136 | 65 |
| Binary | 11001000 | 11111000 | 10111 | 10011 | 0 | 1011011 | 11 | 1001001 | 1011110 | 110101 |
Color Harmonies of #C8F817
Complementary color
Monochromatic Colors of #C8F817
Black with #C8F817
Text Example
Text Example
White with #C8F817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F817; }
p { color: rgb(200,248,23); }
H1.HeaderClassName
{
color: #C8F817;
}
.AnyTagClassName
{
color: #C8F817;
}
</style>
background-color css
<style>
a { background-color: #C8F817; }
a { background-color: rgb(200,248,23); }
div.DivClassName
{
background-color: #C8F817;
}
.BgClassName
{
background-color: #C8F817;
}
</style>
border-color css
<style>
span { border-color: #C8F817; }
span { border-color: rgb(200,248,23); }
td.TdClassName
{
border-color: #C8F817;
}
.TagClassName
{
border-color: #C8F817;
}
</style>