Shades of Electric Lime #CFF50F
Tints of Electric Lime #CFF50F
RGB
CMYK
RGB Variations
Color information
#CFF50F (or 0xCFF50F) is known color: Electric Lime. HEX triplet: CF, F5 and 0F. RGB value is (207,245,15). Sum of RGB (Red+Green+Blue) = 207+245+15=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF50F is #300AF0. Grayscale: #D0D0D0. Windows color (decimal): -3148529 or 1045967. OLE color: 1045967.
HSL color Cylindrical-coordinate representation of color #CFF50F: hue angle of 69.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF50F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 69.91º | 0.92% | 0.51% | - |
| HSV(B) | 69.91º | 0.94% | 0.96% | - |
| XYZ | 58.47 | 78.6 | 12.54 | - |
| YUV | 207.42 | 19.41 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 15 | 0.16 | 0 | 0.94 | 0.04 | 69.91 | 0.92 | 0.51 |
| Hex | CF | F5 | F | 10 | 0 | 5E | 4 | 46 | 5C | 33 |
| Octal | 317 | 365 | 17 | 20 | 0 | 136 | 4 | 106 | 134 | 63 |
| Binary | 11001111 | 11110101 | 1111 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011100 | 110011 |
Color Harmonies of #CFF50F
Complementary color
Monochromatic Colors of #CFF50F
Black with #CFF50F
Text Example
Text Example
White with #CFF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF50F; }
p { color: rgb(207,245,15); }
H1.HeaderClassName
{
color: #CFF50F;
}
.AnyTagClassName
{
color: #CFF50F;
}
</style>
background-color css
<style>
a { background-color: #CFF50F; }
a { background-color: rgb(207,245,15); }
div.DivClassName
{
background-color: #CFF50F;
}
.BgClassName
{
background-color: #CFF50F;
}
</style>
border-color css
<style>
span { border-color: #CFF50F; }
span { border-color: rgb(207,245,15); }
td.TdClassName
{
border-color: #CFF50F;
}
.TagClassName
{
border-color: #CFF50F;
}
</style>