Shades of Electric Lime #C9F307
Tints of Electric Lime #C9F307
RGB
CMYK
RGB Variations
Color information
#C9F307 (or 0xC9F307) is known color: Electric Lime. HEX triplet: C9, F3 and 07. RGB value is (201,243,7). Sum of RGB (Red+Green+Blue) = 201+243+7=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F307 is #360CF8. Grayscale: #CCCCCC. Windows color (decimal): -3542265 or 521161. OLE color: 521161.
HSL color Cylindrical-coordinate representation of color #C9F307: hue angle of 70.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9F307 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.05 |
| HSL | 70.68º | 0.94% | 0.49% | - |
| HSV(B) | 70.68º | 0.97% | 0.95% | - |
| XYZ | 56.18 | 76.53 | 12.01 | - |
| YUV | 203.54 | 17.09 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 7 | 0.17 | 0 | 0.97 | 0.05 | 70.68 | 0.94 | 0.49 |
| Hex | C9 | F3 | 7 | 11 | 0 | 61 | 5 | 47 | 5E | 31 |
| Octal | 311 | 363 | 7 | 21 | 0 | 141 | 5 | 107 | 136 | 61 |
| Binary | 11001001 | 11110011 | 111 | 10001 | 0 | 1100001 | 101 | 1000111 | 1011110 | 110001 |
Color Harmonies of #C9F307
Complementary color
Monochromatic Colors of #C9F307
Black with #C9F307
Text Example
Text Example
White with #C9F307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F307; }
p { color: rgb(201,243,7); }
H1.HeaderClassName
{
color: #C9F307;
}
.AnyTagClassName
{
color: #C9F307;
}
</style>
background-color css
<style>
a { background-color: #C9F307; }
a { background-color: rgb(201,243,7); }
div.DivClassName
{
background-color: #C9F307;
}
.BgClassName
{
background-color: #C9F307;
}
</style>
border-color css
<style>
span { border-color: #C9F307; }
span { border-color: rgb(201,243,7); }
td.TdClassName
{
border-color: #C9F307;
}
.TagClassName
{
border-color: #C9F307;
}
</style>