Shades of Electric Lime #CEF91B
Tints of Electric Lime #CEF91B
RGB
CMYK
RGB Variations
Color information
#CEF91B (or 0xCEF91B) is known color: Electric Lime. HEX triplet: CE, F9 and 1B. RGB value is (206,249,27). Sum of RGB (Red+Green+Blue) = 206+249+27=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF91B is #3106E4. Grayscale: #D3D3D3. Windows color (decimal): -3213029 or 1833422. OLE color: 1833422.
HSL color Cylindrical-coordinate representation of color #CEF91B: hue angle of 71.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF91B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.02 |
| HSL | 71.62º | 0.95% | 0.54% | - |
| HSV(B) | 71.62º | 0.89% | 0.98% | - |
| XYZ | 59.53 | 80.95 | 13.52 | - |
| YUV | 210.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 27 | 0.17 | 0 | 0.89 | 0.02 | 71.62 | 0.95 | 0.54 |
| Hex | CE | F9 | 1B | 11 | 0 | 59 | 2 | 48 | 5F | 36 |
| Octal | 316 | 371 | 33 | 21 | 0 | 131 | 2 | 110 | 137 | 66 |
| Binary | 11001110 | 11111001 | 11011 | 10001 | 0 | 1011001 | 10 | 1001000 | 1011111 | 110110 |
Color Harmonies of #CEF91B
Complementary color
Monochromatic Colors of #CEF91B
Black with #CEF91B
Text Example
Text Example
White with #CEF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF91B; }
p { color: rgb(206,249,27); }
H1.HeaderClassName
{
color: #CEF91B;
}
.AnyTagClassName
{
color: #CEF91B;
}
</style>
background-color css
<style>
a { background-color: #CEF91B; }
a { background-color: rgb(206,249,27); }
div.DivClassName
{
background-color: #CEF91B;
}
.BgClassName
{
background-color: #CEF91B;
}
</style>
border-color css
<style>
span { border-color: #CEF91B; }
span { border-color: rgb(206,249,27); }
td.TdClassName
{
border-color: #CEF91B;
}
.TagClassName
{
border-color: #CEF91B;
}
</style>