Shades of Electric Lime #CFF101
Tints of Electric Lime #CFF101
RGB
CMYK
RGB Variations
Color information
#CFF101 (or 0xCFF101) is known color: Electric Lime. HEX triplet: CF, F1 and 01. RGB value is (207,241,1). Sum of RGB (Red+Green+Blue) = 207+241+1=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF101 is #300EFE. Grayscale: #CCCCCC. Windows color (decimal): -3149567 or 127439. OLE color: 127439.
HSL color Cylindrical-coordinate representation of color #CFF101: hue angle of 68.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF101 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.05 |
| HSL | 68.5º | 0.99% | 0.47% | - |
| HSV(B) | 68.5º | 1% | 0.95% | - |
| XYZ | 57.19 | 76.18 | 11.72 | - |
| YUV | 203.47 | 13.74 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 1 | 0.14 | 0 | 1.00 | 0.05 | 68.5 | 0.99 | 0.47 |
| Hex | CF | F1 | 1 | E | 0 | 64 | 5 | 44 | 63 | 2F |
| Octal | 317 | 361 | 1 | 16 | 0 | 144 | 5 | 104 | 143 | 57 |
| Binary | 11001111 | 11110001 | 1 | 1110 | 0 | 1100100 | 101 | 1000100 | 1100011 | 101111 |
Color Harmonies of #CFF101
Complementary color
Monochromatic Colors of #CFF101
Black with #CFF101
Text Example
Text Example
White with #CFF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF101; }
p { color: rgb(207,241,1); }
H1.HeaderClassName
{
color: #CFF101;
}
.AnyTagClassName
{
color: #CFF101;
}
</style>
background-color css
<style>
a { background-color: #CFF101; }
a { background-color: rgb(207,241,1); }
div.DivClassName
{
background-color: #CFF101;
}
.BgClassName
{
background-color: #CFF101;
}
</style>
border-color css
<style>
span { border-color: #CFF101; }
span { border-color: rgb(207,241,1); }
td.TdClassName
{
border-color: #CFF101;
}
.TagClassName
{
border-color: #CFF101;
}
</style>