Shades of Electric Lime #C8F417
Tints of Electric Lime #C8F417
RGB
CMYK
RGB Variations
Color information
#C8F417 (or 0xC8F417) is known color: Electric Lime. HEX triplet: C8, F4 and 17. RGB value is (200,244,23). Sum of RGB (Red+Green+Blue) = 200+244+23=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F417 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F417 is #370BE8. Grayscale: #CECECE. Windows color (decimal): -3607529 or 1569992. OLE color: 1569992.
HSL color Cylindrical-coordinate representation of color #C8F417: hue angle of 71.95º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8F417 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.04 |
| HSL | 71.95º | 0.91% | 0.52% | - |
| HSV(B) | 71.95º | 0.91% | 0.96% | - |
| XYZ | 56.32 | 77.04 | 12.71 | - |
| YUV | 205.65 | 24.92 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 23 | 0.18 | 0 | 0.91 | 0.04 | 71.95 | 0.91 | 0.52 |
| Hex | C8 | F4 | 17 | 12 | 0 | 5B | 4 | 48 | 5B | 34 |
| Octal | 310 | 364 | 27 | 22 | 0 | 133 | 4 | 110 | 133 | 64 |
| Binary | 11001000 | 11110100 | 10111 | 10010 | 0 | 1011011 | 100 | 1001000 | 1011011 | 110100 |
Color Harmonies of #C8F417
Complementary color
Monochromatic Colors of #C8F417
Black with #C8F417
Text Example
Text Example
White with #C8F417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F417; }
p { color: rgb(200,244,23); }
H1.HeaderClassName
{
color: #C8F417;
}
.AnyTagClassName
{
color: #C8F417;
}
</style>
background-color css
<style>
a { background-color: #C8F417; }
a { background-color: rgb(200,244,23); }
div.DivClassName
{
background-color: #C8F417;
}
.BgClassName
{
background-color: #C8F417;
}
</style>
border-color css
<style>
span { border-color: #C8F417; }
span { border-color: rgb(200,244,23); }
td.TdClassName
{
border-color: #C8F417;
}
.TagClassName
{
border-color: #C8F417;
}
</style>