Shades of Electric Lime #CEF319
Tints of Electric Lime #CEF319
RGB
CMYK
RGB Variations
Color information
#CEF319 (or 0xCEF319) is known color: Electric Lime. HEX triplet: CE, F3 and 19. RGB value is (206,243,25). Sum of RGB (Red+Green+Blue) = 206+243+25=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF319 is #310CE6. Grayscale: #CFCFCF. Windows color (decimal): -3214567 or 1700814. OLE color: 1700814.
HSL color Cylindrical-coordinate representation of color #CEF319: hue angle of 70.18º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF319 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 25 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 70.18º | 0.9% | 0.53% | - |
| HSV(B) | 70.18º | 0.9% | 0.95% | - |
| XYZ | 57.68 | 77.29 | 12.8 | - |
| YUV | 207.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 25 | 0.15 | 0 | 0.90 | 0.05 | 70.18 | 0.9 | 0.53 |
| Hex | CE | F3 | 19 | F | 0 | 5A | 5 | 46 | 5A | 35 |
| Octal | 316 | 363 | 31 | 17 | 0 | 132 | 5 | 106 | 132 | 65 |
| Binary | 11001110 | 11110011 | 11001 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011010 | 110101 |
Color Harmonies of #CEF319
Complementary color
Monochromatic Colors of #CEF319
Black with #CEF319
Text Example
Text Example
White with #CEF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF319; }
p { color: rgb(206,243,25); }
H1.HeaderClassName
{
color: #CEF319;
}
.AnyTagClassName
{
color: #CEF319;
}
</style>
background-color css
<style>
a { background-color: #CEF319; }
a { background-color: rgb(206,243,25); }
div.DivClassName
{
background-color: #CEF319;
}
.BgClassName
{
background-color: #CEF319;
}
</style>
border-color css
<style>
span { border-color: #CEF319; }
span { border-color: rgb(206,243,25); }
td.TdClassName
{
border-color: #CEF319;
}
.TagClassName
{
border-color: #CEF319;
}
</style>