Shades of Electric Lime #CFF214
Tints of Electric Lime #CFF214
RGB
CMYK
RGB Variations
Color information
#CFF214 (or 0xCFF214) is known color: Electric Lime. HEX triplet: CF, F2 and 14. RGB value is (207,242,20). Sum of RGB (Red+Green+Blue) = 207+242+20=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF214 is #300DEB. Grayscale: #CFCFCF. Windows color (decimal): -3149292 or 1372879. OLE color: 1372879.
HSL color Cylindrical-coordinate representation of color #CFF214: hue angle of 69.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF214 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.05 |
| HSL | 69.46º | 0.9% | 0.51% | - |
| HSV(B) | 69.46º | 0.92% | 0.95% | - |
| XYZ | 57.61 | 76.82 | 12.45 | - |
| YUV | 206.23 | 22.9 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 20 | 0.14 | 0 | 0.92 | 0.05 | 69.46 | 0.9 | 0.51 |
| Hex | CF | F2 | 14 | E | 0 | 5C | 5 | 45 | 5A | 33 |
| Octal | 317 | 362 | 24 | 16 | 0 | 134 | 5 | 105 | 132 | 63 |
| Binary | 11001111 | 11110010 | 10100 | 1110 | 0 | 1011100 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #CFF214
Complementary color
Monochromatic Colors of #CFF214
Black with #CFF214
Text Example
Text Example
White with #CFF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF214; }
p { color: rgb(207,242,20); }
H1.HeaderClassName
{
color: #CFF214;
}
.AnyTagClassName
{
color: #CFF214;
}
</style>
background-color css
<style>
a { background-color: #CFF214; }
a { background-color: rgb(207,242,20); }
div.DivClassName
{
background-color: #CFF214;
}
.BgClassName
{
background-color: #CFF214;
}
</style>
border-color css
<style>
span { border-color: #CFF214; }
span { border-color: rgb(207,242,20); }
td.TdClassName
{
border-color: #CFF214;
}
.TagClassName
{
border-color: #CFF214;
}
</style>