Shades of Electric Lime #C8FA1D
Tints of Electric Lime #C8FA1D
RGB
CMYK
RGB Variations
Color information
#C8FA1D (or 0xC8FA1D) is known color: Electric Lime. HEX triplet: C8, FA and 1D. RGB value is (200,250,29). Sum of RGB (Red+Green+Blue) = 200+250+29=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA1D is #3705E2. Grayscale: #D2D2D2. Windows color (decimal): -3605987 or 1964744. OLE color: 1964744.
HSL color Cylindrical-coordinate representation of color #C8FA1D: hue angle of 73.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8FA1D is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 29 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.02 |
| HSL | 73.57º | 0.96% | 0.55% | - |
| HSV(B) | 73.57º | 0.88% | 0.98% | - |
| XYZ | 58.23 | 80.74 | 13.68 | - |
| YUV | 209.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 29 | 0.2 | 0 | 0.88 | 0.02 | 73.57 | 0.96 | 0.55 |
| Hex | C8 | FA | 1D | 14 | 0 | 58 | 2 | 4A | 60 | 37 |
| Octal | 310 | 372 | 35 | 24 | 0 | 130 | 2 | 112 | 140 | 67 |
| Binary | 11001000 | 11111010 | 11101 | 10100 | 0 | 1011000 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C8FA1D
Complementary color
Monochromatic Colors of #C8FA1D
Black with #C8FA1D
Text Example
Text Example
White with #C8FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA1D; }
p { color: rgb(200,250,29); }
H1.HeaderClassName
{
color: #C8FA1D;
}
.AnyTagClassName
{
color: #C8FA1D;
}
</style>
background-color css
<style>
a { background-color: #C8FA1D; }
a { background-color: rgb(200,250,29); }
div.DivClassName
{
background-color: #C8FA1D;
}
.BgClassName
{
background-color: #C8FA1D;
}
</style>
border-color css
<style>
span { border-color: #C8FA1D; }
span { border-color: rgb(200,250,29); }
td.TdClassName
{
border-color: #C8FA1D;
}
.TagClassName
{
border-color: #C8FA1D;
}
</style>