Shades of Electric Lime #CFF905
Tints of Electric Lime #CFF905
RGB
CMYK
RGB Variations
Color information
#CFF905 (or 0xCFF905) is known color: Electric Lime. HEX triplet: CF, F9 and 05. RGB value is (207,249,5). Sum of RGB (Red+Green+Blue) = 207+249+5=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF905 is #3006FA. Grayscale: #D1D1D1. Windows color (decimal): -3147515 or 391631. OLE color: 391631.
HSL color Cylindrical-coordinate representation of color #CFF905: hue angle of 70.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF905 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.02 |
| HSL | 70.33º | 0.96% | 0.5% | - |
| HSV(B) | 70.33º | 0.98% | 0.98% | - |
| XYZ | 59.64 | 81.03 | 12.64 | - |
| YUV | 208.63 | 13.09 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 5 | 0.17 | 0 | 0.98 | 0.02 | 70.33 | 0.96 | 0.5 |
| Hex | CF | F9 | 5 | 11 | 0 | 62 | 2 | 46 | 60 | 32 |
| Octal | 317 | 371 | 5 | 21 | 0 | 142 | 2 | 106 | 140 | 62 |
| Binary | 11001111 | 11111001 | 101 | 10001 | 0 | 1100010 | 10 | 1000110 | 1100000 | 110010 |
Color Harmonies of #CFF905
Complementary color
Monochromatic Colors of #CFF905
Black with #CFF905
Text Example
Text Example
White with #CFF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF905; }
p { color: rgb(207,249,5); }
H1.HeaderClassName
{
color: #CFF905;
}
.AnyTagClassName
{
color: #CFF905;
}
</style>
background-color css
<style>
a { background-color: #CFF905; }
a { background-color: rgb(207,249,5); }
div.DivClassName
{
background-color: #CFF905;
}
.BgClassName
{
background-color: #CFF905;
}
</style>
border-color css
<style>
span { border-color: #CFF905; }
span { border-color: rgb(207,249,5); }
td.TdClassName
{
border-color: #CFF905;
}
.TagClassName
{
border-color: #CFF905;
}
</style>