Shades of Electric Lime #CFF80D
Tints of Electric Lime #CFF80D
RGB
CMYK
RGB Variations
Color information
#CFF80D (or 0xCFF80D) is known color: Electric Lime. HEX triplet: CF, F8 and 0D. RGB value is (207,248,13). Sum of RGB (Red+Green+Blue) = 207+248+13=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF80D is #3007F2. Grayscale: #D1D1D1. Windows color (decimal): -3147763 or 915663. OLE color: 915663.
HSL color Cylindrical-coordinate representation of color #CFF80D: hue angle of 70.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF80D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 13 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.03 |
| HSL | 70.47º | 0.94% | 0.51% | - |
| HSV(B) | 70.47º | 0.95% | 0.97% | - |
| XYZ | 59.37 | 80.43 | 12.78 | - |
| YUV | 208.95 | 17.42 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 13 | 0.17 | 0 | 0.95 | 0.03 | 70.47 | 0.94 | 0.51 |
| Hex | CF | F8 | D | 11 | 0 | 5F | 3 | 46 | 5E | 33 |
| Octal | 317 | 370 | 15 | 21 | 0 | 137 | 3 | 106 | 136 | 63 |
| Binary | 11001111 | 11111000 | 1101 | 10001 | 0 | 1011111 | 11 | 1000110 | 1011110 | 110011 |
Color Harmonies of #CFF80D
Complementary color
Monochromatic Colors of #CFF80D
Black with #CFF80D
Text Example
Text Example
White with #CFF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF80D; }
p { color: rgb(207,248,13); }
H1.HeaderClassName
{
color: #CFF80D;
}
.AnyTagClassName
{
color: #CFF80D;
}
</style>
background-color css
<style>
a { background-color: #CFF80D; }
a { background-color: rgb(207,248,13); }
div.DivClassName
{
background-color: #CFF80D;
}
.BgClassName
{
background-color: #CFF80D;
}
</style>
border-color css
<style>
span { border-color: #CFF80D; }
span { border-color: rgb(207,248,13); }
td.TdClassName
{
border-color: #CFF80D;
}
.TagClassName
{
border-color: #CFF80D;
}
</style>