Shades of Electric Lime #C5F309
Tints of Electric Lime #C5F309
RGB
CMYK
RGB Variations
Color information
#C5F309 (or 0xC5F309) is known color: Electric Lime. HEX triplet: C5, F3 and 09. RGB value is (197,243,9). Sum of RGB (Red+Green+Blue) = 197+243+9=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F309 is #3A0CF6. Grayscale: #CBCBCB. Windows color (decimal): -3804407 or 652229. OLE color: 652229.
HSL color Cylindrical-coordinate representation of color #C5F309: hue angle of 71.79º 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 #C5F309 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.05 |
| HSL | 71.79º | 0.93% | 0.49% | - |
| HSV(B) | 71.79º | 0.96% | 0.95% | - |
| XYZ | 55.13 | 75.99 | 12.02 | - |
| YUV | 202.57 | 18.76 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 9 | 0.19 | 0 | 0.96 | 0.05 | 71.79 | 0.93 | 0.49 |
| Hex | C5 | F3 | 9 | 13 | 0 | 60 | 5 | 48 | 5D | 31 |
| Octal | 305 | 363 | 11 | 23 | 0 | 140 | 5 | 110 | 135 | 61 |
| Binary | 11000101 | 11110011 | 1001 | 10011 | 0 | 1100000 | 101 | 1001000 | 1011101 | 110001 |
Color Harmonies of #C5F309
Complementary color
Monochromatic Colors of #C5F309
Black with #C5F309
Text Example
Text Example
White with #C5F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F309; }
p { color: rgb(197,243,9); }
H1.HeaderClassName
{
color: #C5F309;
}
.AnyTagClassName
{
color: #C5F309;
}
</style>
background-color css
<style>
a { background-color: #C5F309; }
a { background-color: rgb(197,243,9); }
div.DivClassName
{
background-color: #C5F309;
}
.BgClassName
{
background-color: #C5F309;
}
</style>
border-color css
<style>
span { border-color: #C5F309; }
span { border-color: rgb(197,243,9); }
td.TdClassName
{
border-color: #C5F309;
}
.TagClassName
{
border-color: #C5F309;
}
</style>