Shades of Electric Lime #C4F805
Tints of Electric Lime #C4F805
RGB
CMYK
RGB Variations
Color information
#C4F805 (or 0xC4F805) is known color: Electric Lime. HEX triplet: C4, F8 and 05. RGB value is (196,248,5). Sum of RGB (Red+Green+Blue) = 196+248+5=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F805 is #3B07FA. Grayscale: #CDCDCD. Windows color (decimal): -3868667 or 391364. OLE color: 391364.
HSL color Cylindrical-coordinate representation of color #C4F805: hue angle of 72.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4F805 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 248 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.03 |
| HSL | 72.84º | 0.96% | 0.5% | - |
| HSV(B) | 72.84º | 0.98% | 0.97% | - |
| XYZ | 56.36 | 78.88 | 12.4 | - |
| YUV | 204.75 | 15.27 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 248 | 5 | 0.21 | 0 | 0.98 | 0.03 | 72.84 | 0.96 | 0.5 |
| Hex | C4 | F8 | 5 | 15 | 0 | 62 | 3 | 49 | 60 | 32 |
| Octal | 304 | 370 | 5 | 25 | 0 | 142 | 3 | 111 | 140 | 62 |
| Binary | 11000100 | 11111000 | 101 | 10101 | 0 | 1100010 | 11 | 1001001 | 1100000 | 110010 |
Color Harmonies of #C4F805
Complementary color
Monochromatic Colors of #C4F805
Black with #C4F805
Text Example
Text Example
White with #C4F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F805; }
p { color: rgb(196,248,5); }
H1.HeaderClassName
{
color: #C4F805;
}
.AnyTagClassName
{
color: #C4F805;
}
</style>
background-color css
<style>
a { background-color: #C4F805; }
a { background-color: rgb(196,248,5); }
div.DivClassName
{
background-color: #C4F805;
}
.BgClassName
{
background-color: #C4F805;
}
</style>
border-color css
<style>
span { border-color: #C4F805; }
span { border-color: rgb(196,248,5); }
td.TdClassName
{
border-color: #C4F805;
}
.TagClassName
{
border-color: #C4F805;
}
</style>