Shades of Electric Lime #CEF713
Tints of Electric Lime #CEF713
RGB
CMYK
RGB Variations
Color information
#CEF713 (or 0xCEF713) is known color: Electric Lime. HEX triplet: CE, F7 and 13. RGB value is (206,247,19). Sum of RGB (Red+Green+Blue) = 206+247+19=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF713 is #3108EC. Grayscale: #D1D1D1. Windows color (decimal): -3213549 or 1308622. OLE color: 1308622.
HSL color Cylindrical-coordinate representation of color #CEF713: hue angle of 70.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEF713 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
RGB | 206 | 247 | 19 | - |
CMYK | 0.17 | 0 | 0.92 | 0.03 |
HSL | 70.79º | 0.93% | 0.52% | - |
HSV(B) | 70.79º | 0.92% | 0.97% | - |
XYZ | 58.83 | 79.69 | 12.9 | - |
YUV | 208.75 | 20.92 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 247 | 19 | 0.17 | 0 | 0.92 | 0.03 | 70.79 | 0.93 | 0.52 |
Hex | CE | F7 | 13 | 11 | 0 | 5C | 3 | 47 | 5D | 34 |
Octal | 316 | 367 | 23 | 21 | 0 | 134 | 3 | 107 | 135 | 64 |
Binary | 11001110 | 11110111 | 10011 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CEF713
Complementary color
Monochromatic Colors of #CEF713
Black with #CEF713
Text Example
Text Example
White with #CEF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF713; }
p { color: rgb(206,247,19); }
H1.HeaderClassName
{
color: #CEF713;
}
.AnyTagClassName
{
color: #CEF713;
}
</style>
background-color css
<style>
a { background-color: #CEF713; }
a { background-color: rgb(206,247,19); }
div.DivClassName
{
background-color: #CEF713;
}
.BgClassName
{
background-color: #CEF713;
}
</style>
border-color css
<style>
span { border-color: #CEF713; }
span { border-color: rgb(206,247,19); }
td.TdClassName
{
border-color: #CEF713;
}
.TagClassName
{
border-color: #CEF713;
}
</style>