Shades of Electric Lime #C8F309
Tints of Electric Lime #C8F309
RGB
CMYK
RGB Variations
Color information
#C8F309 (or 0xC8F309) is known color: Electric Lime. HEX triplet: C8, F3 and 09. RGB value is (200,243,9). Sum of RGB (Red+Green+Blue) = 200+243+9=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F309 is #370CF6. Grayscale: #CCCCCC. Windows color (decimal): -3607799 or 652232. OLE color: 652232.
HSL color Cylindrical-coordinate representation of color #C8F309: hue angle of 71.03º 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 #C8F309 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 9 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.05 |
| HSL | 71.03º | 0.93% | 0.49% | - |
| HSV(B) | 71.03º | 0.96% | 0.95% | - |
| XYZ | 55.92 | 76.4 | 12.06 | - |
| YUV | 203.47 | 18.25 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 9 | 0.18 | 0 | 0.96 | 0.05 | 71.03 | 0.93 | 0.49 |
| Hex | C8 | F3 | 9 | 12 | 0 | 60 | 5 | 47 | 5D | 31 |
| Octal | 310 | 363 | 11 | 22 | 0 | 140 | 5 | 107 | 135 | 61 |
| Binary | 11001000 | 11110011 | 1001 | 10010 | 0 | 1100000 | 101 | 1000111 | 1011101 | 110001 |
Color Harmonies of #C8F309
Complementary color
Monochromatic Colors of #C8F309
Black with #C8F309
Text Example
Text Example
White with #C8F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F309; }
p { color: rgb(200,243,9); }
H1.HeaderClassName
{
color: #C8F309;
}
.AnyTagClassName
{
color: #C8F309;
}
</style>
background-color css
<style>
a { background-color: #C8F309; }
a { background-color: rgb(200,243,9); }
div.DivClassName
{
background-color: #C8F309;
}
.BgClassName
{
background-color: #C8F309;
}
</style>
border-color css
<style>
span { border-color: #C8F309; }
span { border-color: rgb(200,243,9); }
td.TdClassName
{
border-color: #C8F309;
}
.TagClassName
{
border-color: #C8F309;
}
</style>