Shades of Electric Lime #C9FE1D
Tints of Electric Lime #C9FE1D
RGB
CMYK
RGB Variations
Color information
#C9FE1D (or 0xC9FE1D) is known color: Electric Lime. HEX triplet: C9, FE and 1D. RGB value is (201,254,29). Sum of RGB (Red+Green+Blue) = 201+254+29=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FE1D is #3601E2. Grayscale: #D5D5D5. Windows color (decimal): -3539427 or 1965769. OLE color: 1965769.
HSL color Cylindrical-coordinate representation of color #C9FE1D: hue angle of 74.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9FE1D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 29 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.00 |
| HSL | 74.13º | 0.99% | 0.55% | - |
| HSV(B) | 74.13º | 0.89% | 1% | - |
| XYZ | 59.75 | 83.39 | 14.11 | - |
| YUV | 212.5 | 24.44 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 29 | 0.21 | 0 | 0.89 | 0.00 | 74.13 | 0.99 | 0.55 |
| Hex | C9 | FE | 1D | 15 | 0 | 59 | 0 | 4A | 63 | 37 |
| Octal | 311 | 376 | 35 | 25 | 0 | 131 | 0 | 112 | 143 | 67 |
| Binary | 11001001 | 11111110 | 11101 | 10101 | 0 | 1011001 | 0 | 1001010 | 1100011 | 110111 |
Color Harmonies of #C9FE1D
Complementary color
Monochromatic Colors of #C9FE1D
Black with #C9FE1D
Text Example
Text Example
White with #C9FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE1D; }
p { color: rgb(201,254,29); }
H1.HeaderClassName
{
color: #C9FE1D;
}
.AnyTagClassName
{
color: #C9FE1D;
}
</style>
background-color css
<style>
a { background-color: #C9FE1D; }
a { background-color: rgb(201,254,29); }
div.DivClassName
{
background-color: #C9FE1D;
}
.BgClassName
{
background-color: #C9FE1D;
}
</style>
border-color css
<style>
span { border-color: #C9FE1D; }
span { border-color: rgb(201,254,29); }
td.TdClassName
{
border-color: #C9FE1D;
}
.TagClassName
{
border-color: #C9FE1D;
}
</style>