Shades of Electric Lime #CFF915
Tints of Electric Lime #CFF915
RGB
CMYK
RGB Variations
Color information
#CFF915 (or 0xCFF915) is known color: Electric Lime. HEX triplet: CF, F9 and 15. RGB value is (207,249,21). Sum of RGB (Red+Green+Blue) = 207+249+21=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF915 is #3006EA. Grayscale: #D3D3D3. Windows color (decimal): -3147499 or 1440207. OLE color: 1440207.
HSL color Cylindrical-coordinate representation of color #CFF915: hue angle of 71.05º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF915 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 21 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.02 |
| HSL | 71.05º | 0.95% | 0.53% | - |
| HSV(B) | 71.05º | 0.92% | 0.98% | - |
| XYZ | 59.74 | 81.07 | 13.21 | - |
| YUV | 210.45 | 21.09 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 21 | 0.17 | 0 | 0.92 | 0.02 | 71.05 | 0.95 | 0.53 |
| Hex | CF | F9 | 15 | 11 | 0 | 5C | 2 | 47 | 5F | 35 |
| Octal | 317 | 371 | 25 | 21 | 0 | 134 | 2 | 107 | 137 | 65 |
| Binary | 11001111 | 11111001 | 10101 | 10001 | 0 | 1011100 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #CFF915
Complementary color
Monochromatic Colors of #CFF915
Black with #CFF915
Text Example
Text Example
White with #CFF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF915; }
p { color: rgb(207,249,21); }
H1.HeaderClassName
{
color: #CFF915;
}
.AnyTagClassName
{
color: #CFF915;
}
</style>
background-color css
<style>
a { background-color: #CFF915; }
a { background-color: rgb(207,249,21); }
div.DivClassName
{
background-color: #CFF915;
}
.BgClassName
{
background-color: #CFF915;
}
</style>
border-color css
<style>
span { border-color: #CFF915; }
span { border-color: rgb(207,249,21); }
td.TdClassName
{
border-color: #CFF915;
}
.TagClassName
{
border-color: #CFF915;
}
</style>