Shades of Electric Lime #CEF719
Tints of Electric Lime #CEF719
RGB
CMYK
RGB Variations
Color information
#CEF719 (or 0xCEF719) is known color: Electric Lime. HEX triplet: CE, F7 and 19. RGB value is (206,247,25). Sum of RGB (Red+Green+Blue) = 206+247+25=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF719 is #3108E6. Grayscale: #D2D2D2. Windows color (decimal): -3213543 or 1701838. OLE color: 1701838.
HSL color Cylindrical-coordinate representation of color #CEF719: hue angle of 71.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF719 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.08º | 0.93% | 0.53% | - |
| HSV(B) | 71.08º | 0.9% | 0.97% | - |
| XYZ | 58.89 | 79.71 | 13.2 | - |
| YUV | 209.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 25 | 0.17 | 0 | 0.90 | 0.03 | 71.08 | 0.93 | 0.53 |
| Hex | CE | F7 | 19 | 11 | 0 | 5A | 3 | 47 | 5D | 35 |
| Octal | 316 | 367 | 31 | 21 | 0 | 132 | 3 | 107 | 135 | 65 |
| Binary | 11001110 | 11110111 | 11001 | 10001 | 0 | 1011010 | 11 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CEF719
Complementary color
Monochromatic Colors of #CEF719
Black with #CEF719
Text Example
Text Example
White with #CEF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF719; }
p { color: rgb(206,247,25); }
H1.HeaderClassName
{
color: #CEF719;
}
.AnyTagClassName
{
color: #CEF719;
}
</style>
background-color css
<style>
a { background-color: #CEF719; }
a { background-color: rgb(206,247,25); }
div.DivClassName
{
background-color: #CEF719;
}
.BgClassName
{
background-color: #CEF719;
}
</style>
border-color css
<style>
span { border-color: #CEF719; }
span { border-color: rgb(206,247,25); }
td.TdClassName
{
border-color: #CEF719;
}
.TagClassName
{
border-color: #CEF719;
}
</style>