Shades of Electric Lime #CEF61B
Tints of Electric Lime #CEF61B
RGB
CMYK
RGB Variations
Color information
#CEF61B (or 0xCEF61B) is known color: Electric Lime. HEX triplet: CE, F6 and 1B. RGB value is (206,246,27). Sum of RGB (Red+Green+Blue) = 206+246+27=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF61B is #3109E4. Grayscale: #D1D1D1. Windows color (decimal): -3213797 or 1832654. OLE color: 1832654.
HSL color Cylindrical-coordinate representation of color #CEF61B: hue angle of 70.96º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF61B is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 27 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.96º | 0.92% | 0.54% | - |
| HSV(B) | 70.96º | 0.89% | 0.96% | - |
| XYZ | 58.61 | 79.11 | 13.22 | - |
| YUV | 209.07 | 25.25 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 27 | 0.16 | 0 | 0.89 | 0.04 | 70.96 | 0.92 | 0.54 |
| Hex | CE | F6 | 1B | 10 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 316 | 366 | 33 | 20 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001110 | 11110110 | 11011 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CEF61B
Complementary color
Monochromatic Colors of #CEF61B
Black with #CEF61B
Text Example
Text Example
White with #CEF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF61B; }
p { color: rgb(206,246,27); }
H1.HeaderClassName
{
color: #CEF61B;
}
.AnyTagClassName
{
color: #CEF61B;
}
</style>
background-color css
<style>
a { background-color: #CEF61B; }
a { background-color: rgb(206,246,27); }
div.DivClassName
{
background-color: #CEF61B;
}
.BgClassName
{
background-color: #CEF61B;
}
</style>
border-color css
<style>
span { border-color: #CEF61B; }
span { border-color: rgb(206,246,27); }
td.TdClassName
{
border-color: #CEF61B;
}
.TagClassName
{
border-color: #CEF61B;
}
</style>