Shades of Electric Lime #C9FB1E
Tints of Electric Lime #C9FB1E
RGB
CMYK
RGB Variations
Color information
#C9FB1E (or 0xC9FB1E) is known color: Electric Lime. HEX triplet: C9, FB and 1E. RGB value is (201,251,30). Sum of RGB (Red+Green+Blue) = 201+251+30=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB1E is #3604E1. Grayscale: #D3D3D3. Windows color (decimal): -3540194 or 2030537. OLE color: 2030537.
HSL color Cylindrical-coordinate representation of color #C9FB1E: hue angle of 73.57º 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 #C9FB1E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 30 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.57º | 0.97% | 0.55% | - |
| HSV(B) | 73.57º | 0.88% | 0.98% | - |
| XYZ | 58.82 | 81.51 | 13.86 | - |
| YUV | 210.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 30 | 0.20 | 0 | 0.88 | 0.02 | 73.57 | 0.97 | 0.55 |
| Hex | C9 | FB | 1E | 14 | 0 | 58 | 2 | 4A | 61 | 37 |
| Octal | 311 | 373 | 36 | 24 | 0 | 130 | 2 | 112 | 141 | 67 |
| Binary | 11001001 | 11111011 | 11110 | 10100 | 0 | 1011000 | 10 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FB1E
Complementary color
Monochromatic Colors of #C9FB1E
Black with #C9FB1E
Text Example
Text Example
White with #C9FB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB1E; }
p { color: rgb(201,251,30); }
H1.HeaderClassName
{
color: #C9FB1E;
}
.AnyTagClassName
{
color: #C9FB1E;
}
</style>
background-color css
<style>
a { background-color: #C9FB1E; }
a { background-color: rgb(201,251,30); }
div.DivClassName
{
background-color: #C9FB1E;
}
.BgClassName
{
background-color: #C9FB1E;
}
</style>
border-color css
<style>
span { border-color: #C9FB1E; }
span { border-color: rgb(201,251,30); }
td.TdClassName
{
border-color: #C9FB1E;
}
.TagClassName
{
border-color: #C9FB1E;
}
</style>