Shades of Electric Lime #CFFE17
Tints of Electric Lime #CFFE17
RGB
CMYK
RGB Variations
Color information
#CFFE17 (or 0xCFFE17) is known color: Electric Lime. HEX triplet: CF, FE and 17. RGB value is (207,254,23). Sum of RGB (Red+Green+Blue) = 207+254+23=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE17 is #3001E8. Grayscale: #D6D6D6. Windows color (decimal): -3146217 or 1572559. OLE color: 1572559.
HSL color Cylindrical-coordinate representation of color #CFFE17: hue angle of 72.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFE17 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 23 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.00 |
| HSL | 72.21º | 0.99% | 0.54% | - |
| HSV(B) | 72.21º | 0.91% | 1% | - |
| XYZ | 61.33 | 84.21 | 13.83 | - |
| YUV | 213.61 | 20.43 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 23 | 0.19 | 0 | 0.91 | 0.00 | 72.21 | 0.99 | 0.54 |
| Hex | CF | FE | 17 | 13 | 0 | 5B | 0 | 48 | 63 | 36 |
| Octal | 317 | 376 | 27 | 23 | 0 | 133 | 0 | 110 | 143 | 66 |
| Binary | 11001111 | 11111110 | 10111 | 10011 | 0 | 1011011 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #CFFE17
Complementary color
Monochromatic Colors of #CFFE17
Black with #CFFE17
Text Example
Text Example
White with #CFFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE17; }
p { color: rgb(207,254,23); }
H1.HeaderClassName
{
color: #CFFE17;
}
.AnyTagClassName
{
color: #CFFE17;
}
</style>
background-color css
<style>
a { background-color: #CFFE17; }
a { background-color: rgb(207,254,23); }
div.DivClassName
{
background-color: #CFFE17;
}
.BgClassName
{
background-color: #CFFE17;
}
</style>
border-color css
<style>
span { border-color: #CFFE17; }
span { border-color: rgb(207,254,23); }
td.TdClassName
{
border-color: #CFFE17;
}
.TagClassName
{
border-color: #CFFE17;
}
</style>