Shades of Electric Lime #C9FB1D
Tints of Electric Lime #C9FB1D
RGB
CMYK
RGB Variations
Color information
#C9FB1D (or 0xC9FB1D) is known color: Electric Lime. HEX triplet: C9, FB and 1D. RGB value is (201,251,29). Sum of RGB (Red+Green+Blue) = 201+251+29=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB1D is #3604E2. Grayscale: #D3D3D3. Windows color (decimal): -3540195 or 1965001. OLE color: 1965001.
HSL color Cylindrical-coordinate representation of color #C9FB1D: hue angle of 73.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9FB1D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.51º | 0.97% | 0.55% | - |
| HSV(B) | 73.51º | 0.88% | 0.98% | - |
| XYZ | 58.81 | 81.5 | 13.79 | - |
| YUV | 210.74 | 25.44 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 29 | 0.20 | 0 | 0.88 | 0.02 | 73.51 | 0.97 | 0.55 |
| Hex | C9 | FB | 1D | 14 | 0 | 58 | 2 | 4A | 61 | 37 |
| Octal | 311 | 373 | 35 | 24 | 0 | 130 | 2 | 112 | 141 | 67 |
| Binary | 11001001 | 11111011 | 11101 | 10100 | 0 | 1011000 | 10 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FB1D
Complementary color
Monochromatic Colors of #C9FB1D
Black with #C9FB1D
Text Example
Text Example
White with #C9FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB1D; }
p { color: rgb(201,251,29); }
H1.HeaderClassName
{
color: #C9FB1D;
}
.AnyTagClassName
{
color: #C9FB1D;
}
</style>
background-color css
<style>
a { background-color: #C9FB1D; }
a { background-color: rgb(201,251,29); }
div.DivClassName
{
background-color: #C9FB1D;
}
.BgClassName
{
background-color: #C9FB1D;
}
</style>
border-color css
<style>
span { border-color: #C9FB1D; }
span { border-color: rgb(201,251,29); }
td.TdClassName
{
border-color: #C9FB1D;
}
.TagClassName
{
border-color: #C9FB1D;
}
</style>