Shades of Electric Lime #CEFF1B
Tints of Electric Lime #CEFF1B
RGB
CMYK
RGB Variations
Color information
#CEFF1B (or 0xCEFF1B) is known color: Electric Lime. HEX triplet: CE, FF and 1B. RGB value is (206,255,27). Sum of RGB (Red+Green+Blue) = 206+255+27=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF1B is #3100E4. Grayscale: #D7D7D7. Windows color (decimal): -3211493 or 1834958. OLE color: 1834958.
HSL color Cylindrical-coordinate representation of color #CEFF1B: hue angle of 72.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFF1B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 27 | - |
| CMYK | 0.19 | 0 | 0.89 | 0 |
| HSL | 72.89º | 1% | 0.55% | - |
| HSV(B) | 72.89º | 0.89% | 1% | - |
| XYZ | 61.41 | 84.72 | 14.15 | - |
| YUV | 214.36 | 22.27 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 27 | 0.19 | 0 | 0.89 | 0 | 72.89 | 1 | 0.55 |
| Hex | CE | FF | 1B | 13 | 0 | 59 | 0 | 49 | 64 | 37 |
| Octal | 316 | 377 | 33 | 23 | 0 | 131 | 0 | 111 | 144 | 67 |
| Binary | 11001110 | 11111111 | 11011 | 10011 | 0 | 1011001 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CEFF1B
Complementary color
Monochromatic Colors of #CEFF1B
Black with #CEFF1B
Text Example
Text Example
White with #CEFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF1B; }
p { color: rgb(206,255,27); }
H1.HeaderClassName
{
color: #CEFF1B;
}
.AnyTagClassName
{
color: #CEFF1B;
}
</style>
background-color css
<style>
a { background-color: #CEFF1B; }
a { background-color: rgb(206,255,27); }
div.DivClassName
{
background-color: #CEFF1B;
}
.BgClassName
{
background-color: #CEFF1B;
}
</style>
border-color css
<style>
span { border-color: #CEFF1B; }
span { border-color: rgb(206,255,27); }
td.TdClassName
{
border-color: #CEFF1B;
}
.TagClassName
{
border-color: #CEFF1B;
}
</style>