Shades of Electric Lime #CFF210
Tints of Electric Lime #CFF210
RGB
CMYK
RGB Variations
Color information
#CFF210 (or 0xCFF210) is known color: Electric Lime. HEX triplet: CF, F2 and 10. RGB value is (207,242,16). Sum of RGB (Red+Green+Blue) = 207+242+16=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF210 is #300DEF. Grayscale: #CECECE. Windows color (decimal): -3149296 or 1110735. OLE color: 1110735.
HSL color Cylindrical-coordinate representation of color #CFF210: hue angle of 69.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF210 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 16 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.05 |
| HSL | 69.29º | 0.9% | 0.51% | - |
| HSV(B) | 69.29º | 0.93% | 0.95% | - |
| XYZ | 57.58 | 76.81 | 12.28 | - |
| YUV | 205.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 16 | 0.14 | 0 | 0.93 | 0.05 | 69.29 | 0.9 | 0.51 |
| Hex | CF | F2 | 10 | E | 0 | 5D | 5 | 45 | 5A | 33 |
| Octal | 317 | 362 | 20 | 16 | 0 | 135 | 5 | 105 | 132 | 63 |
| Binary | 11001111 | 11110010 | 10000 | 1110 | 0 | 1011101 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #CFF210
Complementary color
Monochromatic Colors of #CFF210
Black with #CFF210
Text Example
Text Example
White with #CFF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF210; }
p { color: rgb(207,242,16); }
H1.HeaderClassName
{
color: #CFF210;
}
.AnyTagClassName
{
color: #CFF210;
}
</style>
background-color css
<style>
a { background-color: #CFF210; }
a { background-color: rgb(207,242,16); }
div.DivClassName
{
background-color: #CFF210;
}
.BgClassName
{
background-color: #CFF210;
}
</style>
border-color css
<style>
span { border-color: #CFF210; }
span { border-color: rgb(207,242,16); }
td.TdClassName
{
border-color: #CFF210;
}
.TagClassName
{
border-color: #CFF210;
}
</style>