Shades of Electric Lime #C9F904
Tints of Electric Lime #C9F904
RGB
CMYK
RGB Variations
Color information
#C9F904 (or 0xC9F904) is known color: Electric Lime. HEX triplet: C9, F9 and 04. RGB value is (201,249,4). Sum of RGB (Red+Green+Blue) = 201+249+4=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 249 (97.66% from 255 or 54.85% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F904 is #3606FB. Grayscale: #CFCFCF. Windows color (decimal): -3540732 or 326089. OLE color: 326089.
HSL color Cylindrical-coordinate representation of color #C9F904: hue angle of 71.76º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9F904 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.02 |
| HSL | 71.76º | 0.97% | 0.5% | - |
| HSV(B) | 71.76º | 0.98% | 0.98% | - |
| XYZ | 57.98 | 80.18 | 12.53 | - |
| YUV | 206.72 | 13.6 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 4 | 0.19 | 0 | 0.98 | 0.02 | 71.76 | 0.97 | 0.5 |
| Hex | C9 | F9 | 4 | 13 | 0 | 62 | 2 | 48 | 61 | 32 |
| Octal | 311 | 371 | 4 | 23 | 0 | 142 | 2 | 110 | 141 | 62 |
| Binary | 11001001 | 11111001 | 100 | 10011 | 0 | 1100010 | 10 | 1001000 | 1100001 | 110010 |
Color Harmonies of #C9F904
Complementary color
Monochromatic Colors of #C9F904
Black with #C9F904
Text Example
Text Example
White with #C9F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F904; }
p { color: rgb(201,249,4); }
H1.HeaderClassName
{
color: #C9F904;
}
.AnyTagClassName
{
color: #C9F904;
}
</style>
background-color css
<style>
a { background-color: #C9F904; }
a { background-color: rgb(201,249,4); }
div.DivClassName
{
background-color: #C9F904;
}
.BgClassName
{
background-color: #C9F904;
}
</style>
border-color css
<style>
span { border-color: #C9F904; }
span { border-color: rgb(201,249,4); }
td.TdClassName
{
border-color: #C9F904;
}
.TagClassName
{
border-color: #C9F904;
}
</style>