Shades of Electric Lime #C9FC1C
Tints of Electric Lime #C9FC1C
RGB
CMYK
RGB Variations
Color information
#C9FC1C (or 0xC9FC1C) is known color: Electric Lime. HEX triplet: C9, FC and 1C. RGB value is (201,252,28). Sum of RGB (Red+Green+Blue) = 201+252+28=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC1C is #3603E3. Grayscale: #D4D4D4. Windows color (decimal): -3539940 or 1899721. OLE color: 1899721.
HSL color Cylindrical-coordinate representation of color #C9FC1C: hue angle of 73.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9FC1C is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 28 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.01 |
| HSL | 73.66º | 0.97% | 0.55% | - |
| HSV(B) | 73.66º | 0.89% | 0.99% | - |
| XYZ | 59.11 | 82.12 | 13.83 | - |
| YUV | 211.22 | 24.6 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 28 | 0.20 | 0 | 0.89 | 0.01 | 73.66 | 0.97 | 0.55 |
| Hex | C9 | FC | 1C | 14 | 0 | 59 | 1 | 4A | 61 | 37 |
| Octal | 311 | 374 | 34 | 24 | 0 | 131 | 1 | 112 | 141 | 67 |
| Binary | 11001001 | 11111100 | 11100 | 10100 | 0 | 1011001 | 1 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FC1C
Complementary color
Monochromatic Colors of #C9FC1C
Black with #C9FC1C
Text Example
Text Example
White with #C9FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC1C; }
p { color: rgb(201,252,28); }
H1.HeaderClassName
{
color: #C9FC1C;
}
.AnyTagClassName
{
color: #C9FC1C;
}
</style>
background-color css
<style>
a { background-color: #C9FC1C; }
a { background-color: rgb(201,252,28); }
div.DivClassName
{
background-color: #C9FC1C;
}
.BgClassName
{
background-color: #C9FC1C;
}
</style>
border-color css
<style>
span { border-color: #C9FC1C; }
span { border-color: rgb(201,252,28); }
td.TdClassName
{
border-color: #C9FC1C;
}
.TagClassName
{
border-color: #C9FC1C;
}
</style>