Shades of Electric Lime #CFF515
Tints of Electric Lime #CFF515
RGB
CMYK
RGB Variations
Color information
#CFF515 (or 0xCFF515) is known color: Electric Lime. HEX triplet: CF, F5 and 15. RGB value is (207,245,21). Sum of RGB (Red+Green+Blue) = 207+245+21=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF515 is #300AEA. Grayscale: #D0D0D0. Windows color (decimal): -3148523 or 1439183. OLE color: 1439183.
HSL color Cylindrical-coordinate representation of color #CFF515: hue angle of 70.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF515 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 21 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.18º | 0.92% | 0.52% | - |
| HSV(B) | 70.18º | 0.91% | 0.96% | - |
| XYZ | 58.52 | 78.62 | 12.8 | - |
| YUV | 208.1 | 22.41 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 21 | 0.16 | 0 | 0.91 | 0.04 | 70.18 | 0.92 | 0.52 |
| Hex | CF | F5 | 15 | 10 | 0 | 5B | 4 | 46 | 5C | 34 |
| Octal | 317 | 365 | 25 | 20 | 0 | 133 | 4 | 106 | 134 | 64 |
| Binary | 11001111 | 11110101 | 10101 | 10000 | 0 | 1011011 | 100 | 1000110 | 1011100 | 110100 |
Color Harmonies of #CFF515
Complementary color
Monochromatic Colors of #CFF515
Black with #CFF515
Text Example
Text Example
White with #CFF515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF515; }
p { color: rgb(207,245,21); }
H1.HeaderClassName
{
color: #CFF515;
}
.AnyTagClassName
{
color: #CFF515;
}
</style>
background-color css
<style>
a { background-color: #CFF515; }
a { background-color: rgb(207,245,21); }
div.DivClassName
{
background-color: #CFF515;
}
.BgClassName
{
background-color: #CFF515;
}
</style>
border-color css
<style>
span { border-color: #CFF515; }
span { border-color: rgb(207,245,21); }
td.TdClassName
{
border-color: #CFF515;
}
.TagClassName
{
border-color: #CFF515;
}
</style>