Shades of Electric Lime #CFF301
Tints of Electric Lime #CFF301
RGB
CMYK
RGB Variations
Color information
#CFF301 (or 0xCFF301) is known color: Electric Lime. HEX triplet: CF, F3 and 01. RGB value is (207,243,1). Sum of RGB (Red+Green+Blue) = 207+243+1=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF301 is #300CFE. Grayscale: #CDCDCD. Windows color (decimal): -3149055 or 127951. OLE color: 127951.
HSL color Cylindrical-coordinate representation of color #CFF301: hue angle of 68.93º 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 #CFF301 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.05 |
| HSL | 68.93º | 0.99% | 0.48% | - |
| HSV(B) | 68.93º | 1% | 0.95% | - |
| XYZ | 57.79 | 77.37 | 11.92 | - |
| YUV | 204.65 | 13.07 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 1 | 0.15 | 0 | 1.00 | 0.05 | 68.93 | 0.99 | 0.48 |
| Hex | CF | F3 | 1 | F | 0 | 64 | 5 | 45 | 63 | 30 |
| Octal | 317 | 363 | 1 | 17 | 0 | 144 | 5 | 105 | 143 | 60 |
| Binary | 11001111 | 11110011 | 1 | 1111 | 0 | 1100100 | 101 | 1000101 | 1100011 | 110000 |
Color Harmonies of #CFF301
Complementary color
Monochromatic Colors of #CFF301
Black with #CFF301
Text Example
Text Example
White with #CFF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF301; }
p { color: rgb(207,243,1); }
H1.HeaderClassName
{
color: #CFF301;
}
.AnyTagClassName
{
color: #CFF301;
}
</style>
background-color css
<style>
a { background-color: #CFF301; }
a { background-color: rgb(207,243,1); }
div.DivClassName
{
background-color: #CFF301;
}
.BgClassName
{
background-color: #CFF301;
}
</style>
border-color css
<style>
span { border-color: #CFF301; }
span { border-color: rgb(207,243,1); }
td.TdClassName
{
border-color: #CFF301;
}
.TagClassName
{
border-color: #CFF301;
}
</style>