Shades of Electric Lime #CFFD17
Tints of Electric Lime #CFFD17
RGB
CMYK
RGB Variations
Color information
#CFFD17 (or 0xCFFD17) is known color: Electric Lime. HEX triplet: CF, FD and 17. RGB value is (207,253,23). Sum of RGB (Red+Green+Blue) = 207+253+23=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD17 is #3002E8. Grayscale: #D5D5D5. Windows color (decimal): -3146473 or 1572303. OLE color: 1572303.
HSL color Cylindrical-coordinate representation of color #CFFD17: hue angle of 72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFD17 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.01 |
| HSL | 72º | 0.98% | 0.54% | - |
| HSV(B) | 72º | 0.91% | 0.99% | - |
| XYZ | 61.01 | 83.58 | 13.73 | - |
| YUV | 213.03 | 20.76 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 23 | 0.18 | 0 | 0.91 | 0.01 | 72 | 0.98 | 0.54 |
| Hex | CF | FD | 17 | 12 | 0 | 5B | 1 | 48 | 62 | 36 |
| Octal | 317 | 375 | 27 | 22 | 0 | 133 | 1 | 110 | 142 | 66 |
| Binary | 11001111 | 11111101 | 10111 | 10010 | 0 | 1011011 | 1 | 1001000 | 1100010 | 110110 |
Color Harmonies of #CFFD17
Complementary color
Monochromatic Colors of #CFFD17
Black with #CFFD17
Text Example
Text Example
White with #CFFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD17; }
p { color: rgb(207,253,23); }
H1.HeaderClassName
{
color: #CFFD17;
}
.AnyTagClassName
{
color: #CFFD17;
}
</style>
background-color css
<style>
a { background-color: #CFFD17; }
a { background-color: rgb(207,253,23); }
div.DivClassName
{
background-color: #CFFD17;
}
.BgClassName
{
background-color: #CFFD17;
}
</style>
border-color css
<style>
span { border-color: #CFFD17; }
span { border-color: rgb(207,253,23); }
td.TdClassName
{
border-color: #CFFD17;
}
.TagClassName
{
border-color: #CFFD17;
}
</style>