Shades of Electric Lime #C9FD04
Tints of Electric Lime #C9FD04
RGB
CMYK
RGB Variations
Color information
#C9FD04 (or 0xC9FD04) is known color: Electric Lime. HEX triplet: C9, FD and 04. RGB value is (201,253,4). Sum of RGB (Red+Green+Blue) = 201+253+4=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FD04 is #3602FB. Grayscale: #D2D2D2. Windows color (decimal): -3539708 or 327113. OLE color: 327113.
HSL color Cylindrical-coordinate representation of color #C9FD04: hue angle of 72.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9FD04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.01 |
| HSL | 72.53º | 0.98% | 0.5% | - |
| HSV(B) | 72.53º | 0.98% | 0.99% | - |
| XYZ | 59.23 | 82.68 | 12.95 | - |
| YUV | 209.07 | 12.27 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 4 | 0.21 | 0 | 0.98 | 0.01 | 72.53 | 0.98 | 0.5 |
| Hex | C9 | FD | 4 | 15 | 0 | 62 | 1 | 49 | 62 | 32 |
| Octal | 311 | 375 | 4 | 25 | 0 | 142 | 1 | 111 | 142 | 62 |
| Binary | 11001001 | 11111101 | 100 | 10101 | 0 | 1100010 | 1 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C9FD04
Complementary color
Monochromatic Colors of #C9FD04
Black with #C9FD04
Text Example
Text Example
White with #C9FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FD04; }
p { color: rgb(201,253,4); }
H1.HeaderClassName
{
color: #C9FD04;
}
.AnyTagClassName
{
color: #C9FD04;
}
</style>
background-color css
<style>
a { background-color: #C9FD04; }
a { background-color: rgb(201,253,4); }
div.DivClassName
{
background-color: #C9FD04;
}
.BgClassName
{
background-color: #C9FD04;
}
</style>
border-color css
<style>
span { border-color: #C9FD04; }
span { border-color: rgb(201,253,4); }
td.TdClassName
{
border-color: #C9FD04;
}
.TagClassName
{
border-color: #C9FD04;
}
</style>