Shades of Electric Lime #CFF817
Tints of Electric Lime #CFF817
RGB
CMYK
RGB Variations
Color information
#CFF817 (or 0xCFF817) is known color: Electric Lime. HEX triplet: CF, F8 and 17. RGB value is (207,248,23). Sum of RGB (Red+Green+Blue) = 207+248+23=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF817 is #3007E8. Grayscale: #D2D2D2. Windows color (decimal): -3147753 or 1571023. OLE color: 1571023.
HSL color Cylindrical-coordinate representation of color #CFF817: hue angle of 70.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF817 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.03 |
| HSL | 70.93º | 0.94% | 0.53% | - |
| HSV(B) | 70.93º | 0.91% | 0.97% | - |
| XYZ | 59.45 | 80.46 | 13.21 | - |
| YUV | 210.09 | 22.42 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 23 | 0.17 | 0 | 0.91 | 0.03 | 70.93 | 0.94 | 0.53 |
| Hex | CF | F8 | 17 | 11 | 0 | 5B | 3 | 47 | 5E | 35 |
| Octal | 317 | 370 | 27 | 21 | 0 | 133 | 3 | 107 | 136 | 65 |
| Binary | 11001111 | 11111000 | 10111 | 10001 | 0 | 1011011 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CFF817
Complementary color
Monochromatic Colors of #CFF817
Black with #CFF817
Text Example
Text Example
White with #CFF817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF817; }
p { color: rgb(207,248,23); }
H1.HeaderClassName
{
color: #CFF817;
}
.AnyTagClassName
{
color: #CFF817;
}
</style>
background-color css
<style>
a { background-color: #CFF817; }
a { background-color: rgb(207,248,23); }
div.DivClassName
{
background-color: #CFF817;
}
.BgClassName
{
background-color: #CFF817;
}
</style>
border-color css
<style>
span { border-color: #CFF817; }
span { border-color: rgb(207,248,23); }
td.TdClassName
{
border-color: #CFF817;
}
.TagClassName
{
border-color: #CFF817;
}
</style>