Shades of Electric Lime #CFE601
Tints of Electric Lime #CFE601
RGB
CMYK
RGB Variations
Color information
#CFE601 (or 0xCFE601) is known color: Electric Lime. HEX triplet: CF, E6 and 01. RGB value is (207,230,1). Sum of RGB (Red+Green+Blue) = 207+230+1=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE601 is #3019FE. Grayscale: #C5C5C5. Windows color (decimal): -3152383 or 124623. OLE color: 124623.
HSL color Cylindrical-coordinate representation of color #CFE601: hue angle of 66.03º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE601 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.10 |
| HSL | 66.03º | 0.99% | 0.45% | - |
| HSV(B) | 66.03º | 1% | 0.9% | - |
| XYZ | 54.03 | 69.86 | 10.67 | - |
| YUV | 197.02 | 17.38 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 1 | 0.10 | 0 | 1.00 | 0.10 | 66.03 | 0.99 | 0.45 |
| Hex | CF | E6 | 1 | A | 0 | 64 | A | 42 | 63 | 2D |
| Octal | 317 | 346 | 1 | 12 | 0 | 144 | 12 | 102 | 143 | 55 |
| Binary | 11001111 | 11100110 | 1 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100011 | 101101 |
Color Harmonies of #CFE601
Complementary color
Monochromatic Colors of #CFE601
Black with #CFE601
Text Example
Text Example
White with #CFE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE601; }
p { color: rgb(207,230,1); }
H1.HeaderClassName
{
color: #CFE601;
}
.AnyTagClassName
{
color: #CFE601;
}
</style>
background-color css
<style>
a { background-color: #CFE601; }
a { background-color: rgb(207,230,1); }
div.DivClassName
{
background-color: #CFE601;
}
.BgClassName
{
background-color: #CFE601;
}
</style>
border-color css
<style>
span { border-color: #CFE601; }
span { border-color: rgb(207,230,1); }
td.TdClassName
{
border-color: #CFE601;
}
.TagClassName
{
border-color: #CFE601;
}
</style>