Shades of Electric Lime #CFF914
Tints of Electric Lime #CFF914
RGB
CMYK
RGB Variations
Color information
#CFF914 (or 0xCFF914) is known color: Electric Lime. HEX triplet: CF, F9 and 14. RGB value is (207,249,20). Sum of RGB (Red+Green+Blue) = 207+249+20=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF914 is #3006EB. Grayscale: #D3D3D3. Windows color (decimal): -3147500 or 1374671. OLE color: 1374671.
HSL color Cylindrical-coordinate representation of color #CFF914: hue angle of 71º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF914 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.02 |
| HSL | 71º | 0.95% | 0.53% | - |
| HSV(B) | 71º | 0.92% | 0.98% | - |
| XYZ | 59.73 | 81.07 | 13.16 | - |
| YUV | 210.34 | 20.59 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 20 | 0.17 | 0 | 0.92 | 0.02 | 71 | 0.95 | 0.53 |
| Hex | CF | F9 | 14 | 11 | 0 | 5C | 2 | 47 | 5F | 35 |
| Octal | 317 | 371 | 24 | 21 | 0 | 134 | 2 | 107 | 137 | 65 |
| Binary | 11001111 | 11111001 | 10100 | 10001 | 0 | 1011100 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #CFF914
Complementary color
Monochromatic Colors of #CFF914
Black with #CFF914
Text Example
Text Example
White with #CFF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF914; }
p { color: rgb(207,249,20); }
H1.HeaderClassName
{
color: #CFF914;
}
.AnyTagClassName
{
color: #CFF914;
}
</style>
background-color css
<style>
a { background-color: #CFF914; }
a { background-color: rgb(207,249,20); }
div.DivClassName
{
background-color: #CFF914;
}
.BgClassName
{
background-color: #CFF914;
}
</style>
border-color css
<style>
span { border-color: #CFF914; }
span { border-color: rgb(207,249,20); }
td.TdClassName
{
border-color: #CFF914;
}
.TagClassName
{
border-color: #CFF914;
}
</style>