Shades of Electric Lime #CFF619
Tints of Electric Lime #CFF619
RGB
CMYK
RGB Variations
Color information
#CFF619 (or 0xCFF619) is known color: Electric Lime. HEX triplet: CF, F6 and 19. RGB value is (207,246,25). Sum of RGB (Red+Green+Blue) = 207+246+25=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF619 is #3009E6. Grayscale: #D1D1D1. Windows color (decimal): -3148263 or 1701583. OLE color: 1701583.
HSL color Cylindrical-coordinate representation of color #CFF619: hue angle of 70.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF619 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.04 |
| HSL | 70.59º | 0.92% | 0.53% | - |
| HSV(B) | 70.59º | 0.9% | 0.96% | - |
| XYZ | 58.86 | 79.25 | 13.11 | - |
| YUV | 209.15 | 24.08 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 25 | 0.16 | 0 | 0.90 | 0.04 | 70.59 | 0.92 | 0.53 |
| Hex | CF | F6 | 19 | 10 | 0 | 5A | 4 | 47 | 5C | 35 |
| Octal | 317 | 366 | 31 | 20 | 0 | 132 | 4 | 107 | 134 | 65 |
| Binary | 11001111 | 11110110 | 11001 | 10000 | 0 | 1011010 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CFF619
Complementary color
Monochromatic Colors of #CFF619
Black with #CFF619
Text Example
Text Example
White with #CFF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF619; }
p { color: rgb(207,246,25); }
H1.HeaderClassName
{
color: #CFF619;
}
.AnyTagClassName
{
color: #CFF619;
}
</style>
background-color css
<style>
a { background-color: #CFF619; }
a { background-color: rgb(207,246,25); }
div.DivClassName
{
background-color: #CFF619;
}
.BgClassName
{
background-color: #CFF619;
}
</style>
border-color css
<style>
span { border-color: #CFF619; }
span { border-color: rgb(207,246,25); }
td.TdClassName
{
border-color: #CFF619;
}
.TagClassName
{
border-color: #CFF619;
}
</style>