Shades of Electric Lime #CEF505
Tints of Electric Lime #CEF505
RGB
CMYK
RGB Variations
Color information
#CEF505 (or 0xCEF505) is known color: Electric Lime. HEX triplet: CE, F5 and 05. RGB value is (206,245,5). Sum of RGB (Red+Green+Blue) = 206+245+5=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF505 is #310AFA. Grayscale: #CECECE. Windows color (decimal): -3214075 or 390606. OLE color: 390606.
HSL color Cylindrical-coordinate representation of color #CEF505: hue angle of 69.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF505 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.75º | 0.96% | 0.49% | - |
| HSV(B) | 69.75º | 0.98% | 0.96% | - |
| XYZ | 58.13 | 78.44 | 12.22 | - |
| YUV | 205.98 | 14.58 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 5 | 0.16 | 0 | 0.98 | 0.04 | 69.75 | 0.96 | 0.49 |
| Hex | CE | F5 | 5 | 10 | 0 | 62 | 4 | 46 | 60 | 31 |
| Octal | 316 | 365 | 5 | 20 | 0 | 142 | 4 | 106 | 140 | 61 |
| Binary | 11001110 | 11110101 | 101 | 10000 | 0 | 1100010 | 100 | 1000110 | 1100000 | 110001 |
Color Harmonies of #CEF505
Complementary color
Monochromatic Colors of #CEF505
Black with #CEF505
Text Example
Text Example
White with #CEF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF505; }
p { color: rgb(206,245,5); }
H1.HeaderClassName
{
color: #CEF505;
}
.AnyTagClassName
{
color: #CEF505;
}
</style>
background-color css
<style>
a { background-color: #CEF505; }
a { background-color: rgb(206,245,5); }
div.DivClassName
{
background-color: #CEF505;
}
.BgClassName
{
background-color: #CEF505;
}
</style>
border-color css
<style>
span { border-color: #CEF505; }
span { border-color: rgb(206,245,5); }
td.TdClassName
{
border-color: #CEF505;
}
.TagClassName
{
border-color: #CEF505;
}
</style>