Shades of Electric Lime #C9F801
Tints of Electric Lime #C9F801
RGB
CMYK
RGB Variations
Color information
#C9F801 (or 0xC9F801) is known color: Electric Lime. HEX triplet: C9, F8 and 01. RGB value is (201,248,1). Sum of RGB (Red+Green+Blue) = 201+248+1=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F801 is #3607FE. Grayscale: #CECECE. Windows color (decimal): -3540991 or 129225. OLE color: 129225.
HSL color Cylindrical-coordinate representation of color #C9F801: hue angle of 71.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9F801 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.03 |
| HSL | 71.42º | 0.99% | 0.49% | - |
| HSV(B) | 71.42º | 1% | 0.97% | - |
| XYZ | 57.66 | 79.55 | 12.35 | - |
| YUV | 205.79 | 12.43 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 1 | 0.19 | 0 | 1.00 | 0.03 | 71.42 | 0.99 | 0.49 |
| Hex | C9 | F8 | 1 | 13 | 0 | 64 | 3 | 47 | 63 | 31 |
| Octal | 311 | 370 | 1 | 23 | 0 | 144 | 3 | 107 | 143 | 61 |
| Binary | 11001001 | 11111000 | 1 | 10011 | 0 | 1100100 | 11 | 1000111 | 1100011 | 110001 |
Color Harmonies of #C9F801
Complementary color
Monochromatic Colors of #C9F801
Black with #C9F801
Text Example
Text Example
White with #C9F801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F801; }
p { color: rgb(201,248,1); }
H1.HeaderClassName
{
color: #C9F801;
}
.AnyTagClassName
{
color: #C9F801;
}
</style>
background-color css
<style>
a { background-color: #C9F801; }
a { background-color: rgb(201,248,1); }
div.DivClassName
{
background-color: #C9F801;
}
.BgClassName
{
background-color: #C9F801;
}
</style>
border-color css
<style>
span { border-color: #C9F801; }
span { border-color: rgb(201,248,1); }
td.TdClassName
{
border-color: #C9F801;
}
.TagClassName
{
border-color: #C9F801;
}
</style>