Shades of Electric Lime #CFFE15
Tints of Electric Lime #CFFE15
RGB
CMYK
RGB Variations
Color information
#CFFE15 (or 0xCFFE15) is known color: Electric Lime. HEX triplet: CF, FE and 15. RGB value is (207,254,21). Sum of RGB (Red+Green+Blue) = 207+254+21=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE15 is #3001EA. Grayscale: #D6D6D6. Windows color (decimal): -3146219 or 1441487. OLE color: 1441487.
HSL color Cylindrical-coordinate representation of color #CFFE15: hue angle of 72.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFFE15 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 21 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.00 |
| HSL | 72.1º | 0.99% | 0.54% | - |
| HSV(B) | 72.1º | 0.92% | 1% | - |
| XYZ | 61.31 | 84.2 | 13.73 | - |
| YUV | 213.39 | 19.43 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 21 | 0.19 | 0 | 0.92 | 0.00 | 72.1 | 0.99 | 0.54 |
| Hex | CF | FE | 15 | 13 | 0 | 5C | 0 | 48 | 63 | 36 |
| Octal | 317 | 376 | 25 | 23 | 0 | 134 | 0 | 110 | 143 | 66 |
| Binary | 11001111 | 11111110 | 10101 | 10011 | 0 | 1011100 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #CFFE15
Complementary color
Monochromatic Colors of #CFFE15
Black with #CFFE15
Text Example
Text Example
White with #CFFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE15; }
p { color: rgb(207,254,21); }
H1.HeaderClassName
{
color: #CFFE15;
}
.AnyTagClassName
{
color: #CFFE15;
}
</style>
background-color css
<style>
a { background-color: #CFFE15; }
a { background-color: rgb(207,254,21); }
div.DivClassName
{
background-color: #CFFE15;
}
.BgClassName
{
background-color: #CFFE15;
}
</style>
border-color css
<style>
span { border-color: #CFFE15; }
span { border-color: rgb(207,254,21); }
td.TdClassName
{
border-color: #CFFE15;
}
.TagClassName
{
border-color: #CFFE15;
}
</style>