Shades of Electric Lime #C9F309
Tints of Electric Lime #C9F309
RGB
CMYK
RGB Variations
Color information
#C9F309 (or 0xC9F309) is known color: Electric Lime. HEX triplet: C9, F3 and 09. RGB value is (201,243,9). Sum of RGB (Red+Green+Blue) = 201+243+9=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F309 is #360CF6. Grayscale: #CCCCCC. Windows color (decimal): -3542263 or 652233. OLE color: 652233.
HSL color Cylindrical-coordinate representation of color #C9F309: hue angle of 70.77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9F309 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.05 |
| HSL | 70.77º | 0.93% | 0.49% | - |
| HSV(B) | 70.77º | 0.96% | 0.95% | - |
| XYZ | 56.19 | 76.54 | 12.07 | - |
| YUV | 203.77 | 18.09 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 9 | 0.17 | 0 | 0.96 | 0.05 | 70.77 | 0.93 | 0.49 |
| Hex | C9 | F3 | 9 | 11 | 0 | 60 | 5 | 47 | 5D | 31 |
| Octal | 311 | 363 | 11 | 21 | 0 | 140 | 5 | 107 | 135 | 61 |
| Binary | 11001001 | 11110011 | 1001 | 10001 | 0 | 1100000 | 101 | 1000111 | 1011101 | 110001 |
Color Harmonies of #C9F309
Complementary color
Monochromatic Colors of #C9F309
Black with #C9F309
Text Example
Text Example
White with #C9F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F309; }
p { color: rgb(201,243,9); }
H1.HeaderClassName
{
color: #C9F309;
}
.AnyTagClassName
{
color: #C9F309;
}
</style>
background-color css
<style>
a { background-color: #C9F309; }
a { background-color: rgb(201,243,9); }
div.DivClassName
{
background-color: #C9F309;
}
.BgClassName
{
background-color: #C9F309;
}
</style>
border-color css
<style>
span { border-color: #C9F309; }
span { border-color: rgb(201,243,9); }
td.TdClassName
{
border-color: #C9F309;
}
.TagClassName
{
border-color: #C9F309;
}
</style>