Shades of Electric Lime #CFF911
Tints of Electric Lime #CFF911
RGB
CMYK
RGB Variations
Color information
#CFF911 (or 0xCFF911) is known color: Electric Lime. HEX triplet: CF, F9 and 11. RGB value is (207,249,17). Sum of RGB (Red+Green+Blue) = 207+249+17=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF911 is #3006EE. Grayscale: #D2D2D2. Windows color (decimal): -3147503 or 1178063. OLE color: 1178063.
HSL color Cylindrical-coordinate representation of color #CFF911: hue angle of 70.86º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF911 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.02 |
| HSL | 70.86º | 0.95% | 0.52% | - |
| HSV(B) | 70.86º | 0.93% | 0.98% | - |
| XYZ | 59.71 | 81.06 | 13.03 | - |
| YUV | 209.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 17 | 0.17 | 0 | 0.93 | 0.02 | 70.86 | 0.95 | 0.52 |
| Hex | CF | F9 | 11 | 11 | 0 | 5D | 2 | 47 | 5F | 34 |
| Octal | 317 | 371 | 21 | 21 | 0 | 135 | 2 | 107 | 137 | 64 |
| Binary | 11001111 | 11111001 | 10001 | 10001 | 0 | 1011101 | 10 | 1000111 | 1011111 | 110100 |
Color Harmonies of #CFF911
Complementary color
Monochromatic Colors of #CFF911
Black with #CFF911
Text Example
Text Example
White with #CFF911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF911; }
p { color: rgb(207,249,17); }
H1.HeaderClassName
{
color: #CFF911;
}
.AnyTagClassName
{
color: #CFF911;
}
</style>
background-color css
<style>
a { background-color: #CFF911; }
a { background-color: rgb(207,249,17); }
div.DivClassName
{
background-color: #CFF911;
}
.BgClassName
{
background-color: #CFF911;
}
</style>
border-color css
<style>
span { border-color: #CFF911; }
span { border-color: rgb(207,249,17); }
td.TdClassName
{
border-color: #CFF911;
}
.TagClassName
{
border-color: #CFF911;
}
</style>