Shades of Electric Lime #C9FF17
Tints of Electric Lime #C9FF17
RGB
CMYK
RGB Variations
Color information
#C9FF17 (or 0xC9FF17) is known color: Electric Lime. HEX triplet: C9, FF and 17. RGB value is (201,255,23). Sum of RGB (Red+Green+Blue) = 201+255+23=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF17 is #3600E8. Grayscale: #D5D5D5. Windows color (decimal): -3539177 or 1572809. OLE color: 1572809.
HSL color Cylindrical-coordinate representation of color #C9FF17: hue angle of 73.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9FF17 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 23 | - |
| CMYK | 0.21 | 0 | 0.91 | 0 |
| HSL | 73.97º | 1% | 0.55% | - |
| HSV(B) | 73.97º | 0.91% | 1% | - |
| XYZ | 60 | 84 | 13.86 | - |
| YUV | 212.41 | 21.11 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 23 | 0.21 | 0 | 0.91 | 0 | 73.97 | 1 | 0.55 |
| Hex | C9 | FF | 17 | 15 | 0 | 5B | 0 | 4A | 64 | 37 |
| Octal | 311 | 377 | 27 | 25 | 0 | 133 | 0 | 112 | 144 | 67 |
| Binary | 11001001 | 11111111 | 10111 | 10101 | 0 | 1011011 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #C9FF17
Complementary color
Monochromatic Colors of #C9FF17
Black with #C9FF17
Text Example
Text Example
White with #C9FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF17; }
p { color: rgb(201,255,23); }
H1.HeaderClassName
{
color: #C9FF17;
}
.AnyTagClassName
{
color: #C9FF17;
}
</style>
background-color css
<style>
a { background-color: #C9FF17; }
a { background-color: rgb(201,255,23); }
div.DivClassName
{
background-color: #C9FF17;
}
.BgClassName
{
background-color: #C9FF17;
}
</style>
border-color css
<style>
span { border-color: #C9FF17; }
span { border-color: rgb(201,255,23); }
td.TdClassName
{
border-color: #C9FF17;
}
.TagClassName
{
border-color: #C9FF17;
}
</style>