Shades of Electric Lime #CFF813
Tints of Electric Lime #CFF813
RGB
CMYK
RGB Variations
Color information
#CFF813 (or 0xCFF813) is known color: Electric Lime. HEX triplet: CF, F8 and 13. RGB value is (207,248,19). Sum of RGB (Red+Green+Blue) = 207+248+19=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF813 is #3007EC. Grayscale: #D2D2D2. Windows color (decimal): -3147757 or 1308879. OLE color: 1308879.
HSL color Cylindrical-coordinate representation of color #CFF813: hue angle of 70.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF813 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.03 |
| HSL | 70.74º | 0.94% | 0.52% | - |
| HSV(B) | 70.74º | 0.92% | 0.97% | - |
| XYZ | 59.42 | 80.45 | 13.01 | - |
| YUV | 209.64 | 20.42 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 19 | 0.17 | 0 | 0.92 | 0.03 | 70.74 | 0.94 | 0.52 |
| Hex | CF | F8 | 13 | 11 | 0 | 5C | 3 | 47 | 5E | 34 |
| Octal | 317 | 370 | 23 | 21 | 0 | 134 | 3 | 107 | 136 | 64 |
| Binary | 11001111 | 11111000 | 10011 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011110 | 110100 |
Color Harmonies of #CFF813
Complementary color
Monochromatic Colors of #CFF813
Black with #CFF813
Text Example
Text Example
White with #CFF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF813; }
p { color: rgb(207,248,19); }
H1.HeaderClassName
{
color: #CFF813;
}
.AnyTagClassName
{
color: #CFF813;
}
</style>
background-color css
<style>
a { background-color: #CFF813; }
a { background-color: rgb(207,248,19); }
div.DivClassName
{
background-color: #CFF813;
}
.BgClassName
{
background-color: #CFF813;
}
</style>
border-color css
<style>
span { border-color: #CFF813; }
span { border-color: rgb(207,248,19); }
td.TdClassName
{
border-color: #CFF813;
}
.TagClassName
{
border-color: #CFF813;
}
</style>