Shades of Electric Lime #CFF907
Tints of Electric Lime #CFF907
RGB
CMYK
RGB Variations
Color information
#CFF907 (or 0xCFF907) is known color: Electric Lime. HEX triplet: CF, F9 and 07. RGB value is (207,249,7). Sum of RGB (Red+Green+Blue) = 207+249+7=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF907 is #3006F8. Grayscale: #D1D1D1. Windows color (decimal): -3147513 or 522703. OLE color: 522703.
HSL color Cylindrical-coordinate representation of color #CFF907: hue angle of 70.41º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF907 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.02 |
| HSL | 70.41º | 0.95% | 0.5% | - |
| HSV(B) | 70.41º | 0.97% | 0.98% | - |
| XYZ | 59.65 | 81.03 | 12.7 | - |
| YUV | 208.85 | 14.09 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 7 | 0.17 | 0 | 0.97 | 0.02 | 70.41 | 0.95 | 0.5 |
| Hex | CF | F9 | 7 | 11 | 0 | 61 | 2 | 46 | 5F | 32 |
| Octal | 317 | 371 | 7 | 21 | 0 | 141 | 2 | 106 | 137 | 62 |
| Binary | 11001111 | 11111001 | 111 | 10001 | 0 | 1100001 | 10 | 1000110 | 1011111 | 110010 |
Color Harmonies of #CFF907
Complementary color
Monochromatic Colors of #CFF907
Black with #CFF907
Text Example
Text Example
White with #CFF907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF907; }
p { color: rgb(207,249,7); }
H1.HeaderClassName
{
color: #CFF907;
}
.AnyTagClassName
{
color: #CFF907;
}
</style>
background-color css
<style>
a { background-color: #CFF907; }
a { background-color: rgb(207,249,7); }
div.DivClassName
{
background-color: #CFF907;
}
.BgClassName
{
background-color: #CFF907;
}
</style>
border-color css
<style>
span { border-color: #CFF907; }
span { border-color: rgb(207,249,7); }
td.TdClassName
{
border-color: #CFF907;
}
.TagClassName
{
border-color: #CFF907;
}
</style>