Shades of Electric Lime #C9F50D
Tints of Electric Lime #C9F50D
RGB
CMYK
RGB Variations
Color information
#C9F50D (or 0xC9F50D) is known color: Electric Lime. HEX triplet: C9, F5 and 0D. RGB value is (201,245,13). Sum of RGB (Red+Green+Blue) = 201+245+13=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F50D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F50D is #360AF2. Grayscale: #CECECE. Windows color (decimal): -3541747 or 914889. OLE color: 914889.
HSL color Cylindrical-coordinate representation of color #C9F50D: hue angle of 71.38º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9F50D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 13 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.04 |
| HSL | 71.38º | 0.92% | 0.51% | - |
| HSV(B) | 71.38º | 0.95% | 0.96% | - |
| XYZ | 56.81 | 77.75 | 12.39 | - |
| YUV | 205.4 | 19.42 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 13 | 0.18 | 0 | 0.95 | 0.04 | 71.38 | 0.92 | 0.51 |
| Hex | C9 | F5 | D | 12 | 0 | 5F | 4 | 47 | 5C | 33 |
| Octal | 311 | 365 | 15 | 22 | 0 | 137 | 4 | 107 | 134 | 63 |
| Binary | 11001001 | 11110101 | 1101 | 10010 | 0 | 1011111 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #C9F50D
Complementary color
Monochromatic Colors of #C9F50D
Black with #C9F50D
Text Example
Text Example
White with #C9F50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F50D; }
p { color: rgb(201,245,13); }
H1.HeaderClassName
{
color: #C9F50D;
}
.AnyTagClassName
{
color: #C9F50D;
}
</style>
background-color css
<style>
a { background-color: #C9F50D; }
a { background-color: rgb(201,245,13); }
div.DivClassName
{
background-color: #C9F50D;
}
.BgClassName
{
background-color: #C9F50D;
}
</style>
border-color css
<style>
span { border-color: #C9F50D; }
span { border-color: rgb(201,245,13); }
td.TdClassName
{
border-color: #C9F50D;
}
.TagClassName
{
border-color: #C9F50D;
}
</style>