Shades of Electric Lime #CFE901
Tints of Electric Lime #CFE901
RGB
CMYK
RGB Variations
Color information
#CFE901 (or 0xCFE901) is known color: Electric Lime. HEX triplet: CF, E9 and 01. RGB value is (207,233,1). Sum of RGB (Red+Green+Blue) = 207+233+1=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE901 is #3016FE. Grayscale: #C7C7C7. Windows color (decimal): -3151615 or 125391. OLE color: 125391.
HSL color Cylindrical-coordinate representation of color #CFE901: hue angle of 66.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE901 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.09 |
| HSL | 66.72º | 0.99% | 0.46% | - |
| HSV(B) | 66.72º | 1% | 0.91% | - |
| XYZ | 54.88 | 71.55 | 10.95 | - |
| YUV | 198.78 | 16.39 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 1 | 0.11 | 0 | 1.00 | 0.09 | 66.72 | 0.99 | 0.46 |
| Hex | CF | E9 | 1 | B | 0 | 64 | 9 | 43 | 63 | 2E |
| Octal | 317 | 351 | 1 | 13 | 0 | 144 | 11 | 103 | 143 | 56 |
| Binary | 11001111 | 11101001 | 1 | 1011 | 0 | 1100100 | 1001 | 1000011 | 1100011 | 101110 |
Color Harmonies of #CFE901
Complementary color
Monochromatic Colors of #CFE901
Black with #CFE901
Text Example
Text Example
White with #CFE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE901; }
p { color: rgb(207,233,1); }
H1.HeaderClassName
{
color: #CFE901;
}
.AnyTagClassName
{
color: #CFE901;
}
</style>
background-color css
<style>
a { background-color: #CFE901; }
a { background-color: rgb(207,233,1); }
div.DivClassName
{
background-color: #CFE901;
}
.BgClassName
{
background-color: #CFE901;
}
</style>
border-color css
<style>
span { border-color: #CFE901; }
span { border-color: rgb(207,233,1); }
td.TdClassName
{
border-color: #CFE901;
}
.TagClassName
{
border-color: #CFE901;
}
</style>