Shades of Electric Lime #CFF201
Tints of Electric Lime #CFF201
RGB
CMYK
RGB Variations
Color information
#CFF201 (or 0xCFF201) is known color: Electric Lime. HEX triplet: CF, F2 and 01. RGB value is (207,242,1). Sum of RGB (Red+Green+Blue) = 207+242+1=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF201 is #300DFE. Grayscale: #CCCCCC. Windows color (decimal): -3149311 or 127695. OLE color: 127695.
HSL color Cylindrical-coordinate representation of color #CFF201: hue angle of 68.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF201 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.05 |
| HSL | 68.71º | 0.99% | 0.48% | - |
| HSV(B) | 68.71º | 1% | 0.95% | - |
| XYZ | 57.49 | 76.77 | 11.82 | - |
| YUV | 204.06 | 13.4 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 1 | 0.14 | 0 | 1.00 | 0.05 | 68.71 | 0.99 | 0.48 |
| Hex | CF | F2 | 1 | E | 0 | 64 | 5 | 45 | 63 | 30 |
| Octal | 317 | 362 | 1 | 16 | 0 | 144 | 5 | 105 | 143 | 60 |
| Binary | 11001111 | 11110010 | 1 | 1110 | 0 | 1100100 | 101 | 1000101 | 1100011 | 110000 |
Color Harmonies of #CFF201
Complementary color
Monochromatic Colors of #CFF201
Black with #CFF201
Text Example
Text Example
White with #CFF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF201; }
p { color: rgb(207,242,1); }
H1.HeaderClassName
{
color: #CFF201;
}
.AnyTagClassName
{
color: #CFF201;
}
</style>
background-color css
<style>
a { background-color: #CFF201; }
a { background-color: rgb(207,242,1); }
div.DivClassName
{
background-color: #CFF201;
}
.BgClassName
{
background-color: #CFF201;
}
</style>
border-color css
<style>
span { border-color: #CFF201; }
span { border-color: rgb(207,242,1); }
td.TdClassName
{
border-color: #CFF201;
}
.TagClassName
{
border-color: #CFF201;
}
</style>