Shades of Electric Lime #C8FA0D
Tints of Electric Lime #C8FA0D
RGB
CMYK
RGB Variations
Color information
#C8FA0D (or 0xC8FA0D) is known color: Electric Lime. HEX triplet: C8, FA and 0D. RGB value is (200,250,13). Sum of RGB (Red+Green+Blue) = 200+250+13=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA0D is #3705F2. Grayscale: #D0D0D0. Windows color (decimal): -3606003 or 916168. OLE color: 916168.
HSL color Cylindrical-coordinate representation of color #C8FA0D: hue angle of 72.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8FA0D is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 13 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.02 |
| HSL | 72.66º | 0.96% | 0.52% | - |
| HSV(B) | 72.66º | 0.95% | 0.98% | - |
| XYZ | 58.08 | 80.68 | 12.89 | - |
| YUV | 208.03 | 17.94 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 13 | 0.2 | 0 | 0.95 | 0.02 | 72.66 | 0.96 | 0.52 |
| Hex | C8 | FA | D | 14 | 0 | 5F | 2 | 49 | 60 | 34 |
| Octal | 310 | 372 | 15 | 24 | 0 | 137 | 2 | 111 | 140 | 64 |
| Binary | 11001000 | 11111010 | 1101 | 10100 | 0 | 1011111 | 10 | 1001001 | 1100000 | 110100 |
Color Harmonies of #C8FA0D
Complementary color
Monochromatic Colors of #C8FA0D
Black with #C8FA0D
Text Example
Text Example
White with #C8FA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA0D; }
p { color: rgb(200,250,13); }
H1.HeaderClassName
{
color: #C8FA0D;
}
.AnyTagClassName
{
color: #C8FA0D;
}
</style>
background-color css
<style>
a { background-color: #C8FA0D; }
a { background-color: rgb(200,250,13); }
div.DivClassName
{
background-color: #C8FA0D;
}
.BgClassName
{
background-color: #C8FA0D;
}
</style>
border-color css
<style>
span { border-color: #C8FA0D; }
span { border-color: rgb(200,250,13); }
td.TdClassName
{
border-color: #C8FA0D;
}
.TagClassName
{
border-color: #C8FA0D;
}
</style>