Shades of Electric Lime #CEF902
Tints of Electric Lime #CEF902
RGB
CMYK
RGB Variations
Color information
#CEF902 (or 0xCEF902) is known color: Electric Lime. HEX triplet: CE, F9 and 02. RGB value is (206,249,2). Sum of RGB (Red+Green+Blue) = 206+249+2=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF902 is #3106FD. Grayscale: #D0D0D0. Windows color (decimal): -3213054 or 195022. OLE color: 195022.
HSL color Cylindrical-coordinate representation of color #CEF902: hue angle of 70.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.02 |
| HSL | 70.45º | 0.98% | 0.49% | - |
| HSV(B) | 70.45º | 0.99% | 0.98% | - |
| XYZ | 59.34 | 80.88 | 12.54 | - |
| YUV | 207.99 | 11.75 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 2 | 0.17 | 0 | 0.99 | 0.02 | 70.45 | 0.98 | 0.49 |
| Hex | CE | F9 | 2 | 11 | 0 | 63 | 2 | 46 | 62 | 31 |
| Octal | 316 | 371 | 2 | 21 | 0 | 143 | 2 | 106 | 142 | 61 |
| Binary | 11001110 | 11111001 | 10 | 10001 | 0 | 1100011 | 10 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CEF902
Complementary color
Monochromatic Colors of #CEF902
Black with #CEF902
Text Example
Text Example
White with #CEF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF902; }
p { color: rgb(206,249,2); }
H1.HeaderClassName
{
color: #CEF902;
}
.AnyTagClassName
{
color: #CEF902;
}
</style>
background-color css
<style>
a { background-color: #CEF902; }
a { background-color: rgb(206,249,2); }
div.DivClassName
{
background-color: #CEF902;
}
.BgClassName
{
background-color: #CEF902;
}
</style>
border-color css
<style>
span { border-color: #CEF902; }
span { border-color: rgb(206,249,2); }
td.TdClassName
{
border-color: #CEF902;
}
.TagClassName
{
border-color: #CEF902;
}
</style>