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