Shades of Electric Lime #CFF917
Tints of Electric Lime #CFF917
RGB
CMYK
RGB Variations
Color information
#CFF917 (or 0xCFF917) is known color: Electric Lime. HEX triplet: CF, F9 and 17. RGB value is (207,249,23). Sum of RGB (Red+Green+Blue) = 207+249+23=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF917 is #3006E8. Grayscale: #D3D3D3. Windows color (decimal): -3147497 or 1571279. OLE color: 1571279.
HSL color Cylindrical-coordinate representation of color #CFF917: hue angle of 71.15º degrees, saturation: 0.95, 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 #CFF917 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.02 |
| HSL | 71.15º | 0.95% | 0.53% | - |
| HSV(B) | 71.15º | 0.91% | 0.98% | - |
| XYZ | 59.76 | 81.08 | 13.31 | - |
| YUV | 210.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 23 | 0.17 | 0 | 0.91 | 0.02 | 71.15 | 0.95 | 0.53 |
| Hex | CF | F9 | 17 | 11 | 0 | 5B | 2 | 47 | 5F | 35 |
| Octal | 317 | 371 | 27 | 21 | 0 | 133 | 2 | 107 | 137 | 65 |
| Binary | 11001111 | 11111001 | 10111 | 10001 | 0 | 1011011 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #CFF917
Complementary color
Monochromatic Colors of #CFF917
Black with #CFF917
Text Example
Text Example
White with #CFF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF917; }
p { color: rgb(207,249,23); }
H1.HeaderClassName
{
color: #CFF917;
}
.AnyTagClassName
{
color: #CFF917;
}
</style>
background-color css
<style>
a { background-color: #CFF917; }
a { background-color: rgb(207,249,23); }
div.DivClassName
{
background-color: #CFF917;
}
.BgClassName
{
background-color: #CFF917;
}
</style>
border-color css
<style>
span { border-color: #CFF917; }
span { border-color: rgb(207,249,23); }
td.TdClassName
{
border-color: #CFF917;
}
.TagClassName
{
border-color: #CFF917;
}
</style>