Shades of Electric Lime #CFF815
Tints of Electric Lime #CFF815
RGB
CMYK
RGB Variations
Color information
#CFF815 (or 0xCFF815) is known color: Electric Lime. HEX triplet: CF, F8 and 15. RGB value is (207,248,21). Sum of RGB (Red+Green+Blue) = 207+248+21=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF815 is #3007EA. Grayscale: #D2D2D2. Windows color (decimal): -3147755 or 1439951. OLE color: 1439951.
HSL color Cylindrical-coordinate representation of color #CFF815: hue angle of 70.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF815 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 21 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.03 |
| HSL | 70.84º | 0.94% | 0.53% | - |
| HSV(B) | 70.84º | 0.92% | 0.97% | - |
| XYZ | 59.43 | 80.45 | 13.11 | - |
| YUV | 209.86 | 21.42 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 21 | 0.17 | 0 | 0.92 | 0.03 | 70.84 | 0.94 | 0.53 |
| Hex | CF | F8 | 15 | 11 | 0 | 5C | 3 | 47 | 5E | 35 |
| Octal | 317 | 370 | 25 | 21 | 0 | 134 | 3 | 107 | 136 | 65 |
| Binary | 11001111 | 11111000 | 10101 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CFF815
Complementary color
Monochromatic Colors of #CFF815
Black with #CFF815
Text Example
Text Example
White with #CFF815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF815; }
p { color: rgb(207,248,21); }
H1.HeaderClassName
{
color: #CFF815;
}
.AnyTagClassName
{
color: #CFF815;
}
</style>
background-color css
<style>
a { background-color: #CFF815; }
a { background-color: rgb(207,248,21); }
div.DivClassName
{
background-color: #CFF815;
}
.BgClassName
{
background-color: #CFF815;
}
</style>
border-color css
<style>
span { border-color: #CFF815; }
span { border-color: rgb(207,248,21); }
td.TdClassName
{
border-color: #CFF815;
}
.TagClassName
{
border-color: #CFF815;
}
</style>