Shades of Electric Lime #C8F310
Tints of Electric Lime #C8F310
RGB
CMYK
RGB Variations
Color information
#C8F310 (or 0xC8F310) is known color: Electric Lime. HEX triplet: C8, F3 and 10. RGB value is (200,243,16). Sum of RGB (Red+Green+Blue) = 200+243+16=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F310 is #370CEF. Grayscale: #CDCDCD. Windows color (decimal): -3607792 or 1110984. OLE color: 1110984.
HSL color Cylindrical-coordinate representation of color #C8F310: hue angle of 71.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F310 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.05 |
| HSL | 71.37º | 0.9% | 0.51% | - |
| HSV(B) | 71.37º | 0.93% | 0.95% | - |
| XYZ | 55.96 | 76.42 | 12.29 | - |
| YUV | 204.27 | 21.75 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 16 | 0.18 | 0 | 0.93 | 0.05 | 71.37 | 0.9 | 0.51 |
| Hex | C8 | F3 | 10 | 12 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 310 | 363 | 20 | 22 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11001000 | 11110011 | 10000 | 10010 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #C8F310
Complementary color
Monochromatic Colors of #C8F310
Black with #C8F310
Text Example
Text Example
White with #C8F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F310; }
p { color: rgb(200,243,16); }
H1.HeaderClassName
{
color: #C8F310;
}
.AnyTagClassName
{
color: #C8F310;
}
</style>
background-color css
<style>
a { background-color: #C8F310; }
a { background-color: rgb(200,243,16); }
div.DivClassName
{
background-color: #C8F310;
}
.BgClassName
{
background-color: #C8F310;
}
</style>
border-color css
<style>
span { border-color: #C8F310; }
span { border-color: rgb(200,243,16); }
td.TdClassName
{
border-color: #C8F310;
}
.TagClassName
{
border-color: #C8F310;
}
</style>