Shades of Electric Lime #CFFD14
Tints of Electric Lime #CFFD14
RGB
CMYK
RGB Variations
Color information
#CFFD14 (or 0xCFFD14) is known color: Electric Lime. HEX triplet: CF, FD and 14. RGB value is (207,253,20). Sum of RGB (Red+Green+Blue) = 207+253+20=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD14 is #3002EB. Grayscale: #D5D5D5. Windows color (decimal): -3146476 or 1375695. OLE color: 1375695.
HSL color Cylindrical-coordinate representation of color #CFFD14: hue angle of 71.85º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFFD14 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 20 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.01 |
| HSL | 71.85º | 0.98% | 0.54% | - |
| HSV(B) | 71.85º | 0.92% | 0.99% | - |
| XYZ | 60.98 | 83.57 | 13.58 | - |
| YUV | 212.68 | 19.26 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 20 | 0.18 | 0 | 0.92 | 0.01 | 71.85 | 0.98 | 0.54 |
| Hex | CF | FD | 14 | 12 | 0 | 5C | 1 | 48 | 62 | 36 |
| Octal | 317 | 375 | 24 | 22 | 0 | 134 | 1 | 110 | 142 | 66 |
| Binary | 11001111 | 11111101 | 10100 | 10010 | 0 | 1011100 | 1 | 1001000 | 1100010 | 110110 |
Color Harmonies of #CFFD14
Complementary color
Monochromatic Colors of #CFFD14
Black with #CFFD14
Text Example
Text Example
White with #CFFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD14; }
p { color: rgb(207,253,20); }
H1.HeaderClassName
{
color: #CFFD14;
}
.AnyTagClassName
{
color: #CFFD14;
}
</style>
background-color css
<style>
a { background-color: #CFFD14; }
a { background-color: rgb(207,253,20); }
div.DivClassName
{
background-color: #CFFD14;
}
.BgClassName
{
background-color: #CFFD14;
}
</style>
border-color css
<style>
span { border-color: #CFFD14; }
span { border-color: rgb(207,253,20); }
td.TdClassName
{
border-color: #CFFD14;
}
.TagClassName
{
border-color: #CFFD14;
}
</style>