Shades of Electric Lime #C8F90F
Tints of Electric Lime #C8F90F
RGB
CMYK
RGB Variations
Color information
#C8F90F (or 0xC8F90F) is known color: Electric Lime. HEX triplet: C8, F9 and 0F. RGB value is (200,249,15). Sum of RGB (Red+Green+Blue) = 200+249+15=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F90F is #3706F0. Grayscale: #D0D0D0. Windows color (decimal): -3606257 or 1046984. OLE color: 1046984.
HSL color Cylindrical-coordinate representation of color #C8F90F: hue angle of 72.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8F90F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.02 |
| HSL | 72.56º | 0.95% | 0.52% | - |
| HSV(B) | 72.56º | 0.94% | 0.98% | - |
| XYZ | 57.78 | 80.07 | 12.86 | - |
| YUV | 207.67 | 19.27 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 15 | 0.20 | 0 | 0.94 | 0.02 | 72.56 | 0.95 | 0.52 |
| Hex | C8 | F9 | F | 14 | 0 | 5E | 2 | 49 | 5F | 34 |
| Octal | 310 | 371 | 17 | 24 | 0 | 136 | 2 | 111 | 137 | 64 |
| Binary | 11001000 | 11111001 | 1111 | 10100 | 0 | 1011110 | 10 | 1001001 | 1011111 | 110100 |
Color Harmonies of #C8F90F
Complementary color
Monochromatic Colors of #C8F90F
Black with #C8F90F
Text Example
Text Example
White with #C8F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F90F; }
p { color: rgb(200,249,15); }
H1.HeaderClassName
{
color: #C8F90F;
}
.AnyTagClassName
{
color: #C8F90F;
}
</style>
background-color css
<style>
a { background-color: #C8F90F; }
a { background-color: rgb(200,249,15); }
div.DivClassName
{
background-color: #C8F90F;
}
.BgClassName
{
background-color: #C8F90F;
}
</style>
border-color css
<style>
span { border-color: #C8F90F; }
span { border-color: rgb(200,249,15); }
td.TdClassName
{
border-color: #C8F90F;
}
.TagClassName
{
border-color: #C8F90F;
}
</style>