Shades of Electric Lime #C9FC1D
Tints of Electric Lime #C9FC1D
RGB
CMYK
RGB Variations
Color information
#C9FC1D (or 0xC9FC1D) is known color: Electric Lime. HEX triplet: C9, FC and 1D. RGB value is (201,252,29). Sum of RGB (Red+Green+Blue) = 201+252+29=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC1D is #3603E2. Grayscale: #D4D4D4. Windows color (decimal): -3539939 or 1965257. OLE color: 1965257.
HSL color Cylindrical-coordinate representation of color #C9FC1D: hue angle of 73.72º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9FC1D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.01 |
| HSL | 73.72º | 0.97% | 0.55% | - |
| HSV(B) | 73.72º | 0.88% | 0.99% | - |
| XYZ | 59.12 | 82.13 | 13.9 | - |
| YUV | 211.33 | 25.1 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 29 | 0.20 | 0 | 0.88 | 0.01 | 73.72 | 0.97 | 0.55 |
| Hex | C9 | FC | 1D | 14 | 0 | 58 | 1 | 4A | 61 | 37 |
| Octal | 311 | 374 | 35 | 24 | 0 | 130 | 1 | 112 | 141 | 67 |
| Binary | 11001001 | 11111100 | 11101 | 10100 | 0 | 1011000 | 1 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FC1D
Complementary color
Monochromatic Colors of #C9FC1D
Black with #C9FC1D
Text Example
Text Example
White with #C9FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC1D; }
p { color: rgb(201,252,29); }
H1.HeaderClassName
{
color: #C9FC1D;
}
.AnyTagClassName
{
color: #C9FC1D;
}
</style>
background-color css
<style>
a { background-color: #C9FC1D; }
a { background-color: rgb(201,252,29); }
div.DivClassName
{
background-color: #C9FC1D;
}
.BgClassName
{
background-color: #C9FC1D;
}
</style>
border-color css
<style>
span { border-color: #C9FC1D; }
span { border-color: rgb(201,252,29); }
td.TdClassName
{
border-color: #C9FC1D;
}
.TagClassName
{
border-color: #C9FC1D;
}
</style>