Shades of Electric Lime #CFF40F
Tints of Electric Lime #CFF40F
RGB
CMYK
RGB Variations
Color information
#CFF40F (or 0xCFF40F) is known color: Electric Lime. HEX triplet: CF, F4 and 0F. RGB value is (207,244,15). Sum of RGB (Red+Green+Blue) = 207+244+15=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF40F is #300BF0. Grayscale: #CFCFCF. Windows color (decimal): -3148785 or 1045711. OLE color: 1045711.
HSL color Cylindrical-coordinate representation of color #CFF40F: hue angle of 69.69º degrees, saturation: 0.91, 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 #CFF40F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 15 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.04 |
| HSL | 69.69º | 0.91% | 0.51% | - |
| HSV(B) | 69.69º | 0.94% | 0.96% | - |
| XYZ | 58.17 | 78 | 12.44 | - |
| YUV | 206.83 | 19.74 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 15 | 0.15 | 0 | 0.94 | 0.04 | 69.69 | 0.91 | 0.51 |
| Hex | CF | F4 | F | F | 0 | 5E | 4 | 46 | 5B | 33 |
| Octal | 317 | 364 | 17 | 17 | 0 | 136 | 4 | 106 | 133 | 63 |
| Binary | 11001111 | 11110100 | 1111 | 1111 | 0 | 1011110 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CFF40F
Complementary color
Monochromatic Colors of #CFF40F
Black with #CFF40F
Text Example
Text Example
White with #CFF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF40F; }
p { color: rgb(207,244,15); }
H1.HeaderClassName
{
color: #CFF40F;
}
.AnyTagClassName
{
color: #CFF40F;
}
</style>
background-color css
<style>
a { background-color: #CFF40F; }
a { background-color: rgb(207,244,15); }
div.DivClassName
{
background-color: #CFF40F;
}
.BgClassName
{
background-color: #CFF40F;
}
</style>
border-color css
<style>
span { border-color: #CFF40F; }
span { border-color: rgb(207,244,15); }
td.TdClassName
{
border-color: #CFF40F;
}
.TagClassName
{
border-color: #CFF40F;
}
</style>