Shades of Electric Lime #CEFA16
Tints of Electric Lime #CEFA16
RGB
CMYK
RGB Variations
Color information
#CEFA16 (or 0xCEFA16) is known color: Electric Lime. HEX triplet: CE, FA and 16. RGB value is (206,250,22). Sum of RGB (Red+Green+Blue) = 206+250+22=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA16 is #3105E9. Grayscale: #D3D3D3. Windows color (decimal): -3212778 or 1505998. OLE color: 1505998.
HSL color Cylindrical-coordinate representation of color #CEFA16: hue angle of 71.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEFA16 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.02 |
| HSL | 71.58º | 0.96% | 0.53% | - |
| HSV(B) | 71.58º | 0.91% | 0.98% | - |
| XYZ | 59.78 | 81.55 | 13.35 | - |
| YUV | 210.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 22 | 0.18 | 0 | 0.91 | 0.02 | 71.58 | 0.96 | 0.53 |
| Hex | CE | FA | 16 | 12 | 0 | 5B | 2 | 48 | 60 | 35 |
| Octal | 316 | 372 | 26 | 22 | 0 | 133 | 2 | 110 | 140 | 65 |
| Binary | 11001110 | 11111010 | 10110 | 10010 | 0 | 1011011 | 10 | 1001000 | 1100000 | 110101 |
Color Harmonies of #CEFA16
Complementary color
Monochromatic Colors of #CEFA16
Black with #CEFA16
Text Example
Text Example
White with #CEFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA16; }
p { color: rgb(206,250,22); }
H1.HeaderClassName
{
color: #CEFA16;
}
.AnyTagClassName
{
color: #CEFA16;
}
</style>
background-color css
<style>
a { background-color: #CEFA16; }
a { background-color: rgb(206,250,22); }
div.DivClassName
{
background-color: #CEFA16;
}
.BgClassName
{
background-color: #CEFA16;
}
</style>
border-color css
<style>
span { border-color: #CEFA16; }
span { border-color: rgb(206,250,22); }
td.TdClassName
{
border-color: #CEFA16;
}
.TagClassName
{
border-color: #CEFA16;
}
</style>