Shades of Electric Lime #CFF916
Tints of Electric Lime #CFF916
RGB
CMYK
RGB Variations
Color information
#CFF916 (or 0xCFF916) is known color: Electric Lime. HEX triplet: CF, F9 and 16. RGB value is (207,249,22). Sum of RGB (Red+Green+Blue) = 207+249+22=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF916 is #3006E9. Grayscale: #D3D3D3. Windows color (decimal): -3147498 or 1505743. OLE color: 1505743.
HSL color Cylindrical-coordinate representation of color #CFF916: hue angle of 71.1º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF916 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.02 |
| HSL | 71.1º | 0.95% | 0.53% | - |
| HSV(B) | 71.1º | 0.91% | 0.98% | - |
| XYZ | 59.75 | 81.07 | 13.26 | - |
| YUV | 210.56 | 21.59 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 22 | 0.17 | 0 | 0.91 | 0.02 | 71.1 | 0.95 | 0.53 |
| Hex | CF | F9 | 16 | 11 | 0 | 5B | 2 | 47 | 5F | 35 |
| Octal | 317 | 371 | 26 | 21 | 0 | 133 | 2 | 107 | 137 | 65 |
| Binary | 11001111 | 11111001 | 10110 | 10001 | 0 | 1011011 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #CFF916
Complementary color
Monochromatic Colors of #CFF916
Black with #CFF916
Text Example
Text Example
White with #CFF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF916; }
p { color: rgb(207,249,22); }
H1.HeaderClassName
{
color: #CFF916;
}
.AnyTagClassName
{
color: #CFF916;
}
</style>
background-color css
<style>
a { background-color: #CFF916; }
a { background-color: rgb(207,249,22); }
div.DivClassName
{
background-color: #CFF916;
}
.BgClassName
{
background-color: #CFF916;
}
</style>
border-color css
<style>
span { border-color: #CFF916; }
span { border-color: rgb(207,249,22); }
td.TdClassName
{
border-color: #CFF916;
}
.TagClassName
{
border-color: #CFF916;
}
</style>