Shades of Electric Lime #C8EF01
Tints of Electric Lime #C8EF01
RGB
CMYK
RGB Variations
Color information
#C8EF01 (or 0xC8EF01) is known color: Electric Lime. HEX triplet: C8, EF and 01. RGB value is (200,239,1). Sum of RGB (Red+Green+Blue) = 200+239+1=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EF01 is #3710FE. Grayscale: #C9C9C9. Windows color (decimal): -3608831 or 126920. OLE color: 126920.
HSL color Cylindrical-coordinate representation of color #C8EF01: hue angle of 69.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8EF01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.06 |
| HSL | 69.83º | 0.99% | 0.47% | - |
| HSV(B) | 69.83º | 1% | 0.94% | - |
| XYZ | 54.69 | 74.01 | 11.43 | - |
| YUV | 200.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 1 | 0.16 | 0 | 1.00 | 0.06 | 69.83 | 0.99 | 0.47 |
| Hex | C8 | EF | 1 | 10 | 0 | 64 | 6 | 46 | 63 | 2F |
| Octal | 310 | 357 | 1 | 20 | 0 | 144 | 6 | 106 | 143 | 57 |
| Binary | 11001000 | 11101111 | 1 | 10000 | 0 | 1100100 | 110 | 1000110 | 1100011 | 101111 |
Color Harmonies of #C8EF01
Complementary color
Monochromatic Colors of #C8EF01
Black with #C8EF01
Text Example
Text Example
White with #C8EF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF01; }
p { color: rgb(200,239,1); }
H1.HeaderClassName
{
color: #C8EF01;
}
.AnyTagClassName
{
color: #C8EF01;
}
</style>
background-color css
<style>
a { background-color: #C8EF01; }
a { background-color: rgb(200,239,1); }
div.DivClassName
{
background-color: #C8EF01;
}
.BgClassName
{
background-color: #C8EF01;
}
</style>
border-color css
<style>
span { border-color: #C8EF01; }
span { border-color: rgb(200,239,1); }
td.TdClassName
{
border-color: #C8EF01;
}
.TagClassName
{
border-color: #C8EF01;
}
</style>