Shades of Electric Lime #CFF410
Tints of Electric Lime #CFF410
RGB
CMYK
RGB Variations
Color information
#CFF410 (or 0xCFF410) is known color: Electric Lime. HEX triplet: CF, F4 and 10. RGB value is (207,244,16). Sum of RGB (Red+Green+Blue) = 207+244+16=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF410 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF410 is #300BEF. Grayscale: #CFCFCF. Windows color (decimal): -3148784 or 1111247. OLE color: 1111247.
HSL color Cylindrical-coordinate representation of color #CFF410: hue angle of 69.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF410 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.04 |
| HSL | 69.74º | 0.91% | 0.51% | - |
| HSV(B) | 69.74º | 0.93% | 0.96% | - |
| XYZ | 58.18 | 78 | 12.48 | - |
| YUV | 206.95 | 20.24 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 16 | 0.15 | 0 | 0.93 | 0.04 | 69.74 | 0.91 | 0.51 |
| Hex | CF | F4 | 10 | F | 0 | 5D | 4 | 46 | 5B | 33 |
| Octal | 317 | 364 | 20 | 17 | 0 | 135 | 4 | 106 | 133 | 63 |
| Binary | 11001111 | 11110100 | 10000 | 1111 | 0 | 1011101 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CFF410
Complementary color
Monochromatic Colors of #CFF410
Black with #CFF410
Text Example
Text Example
White with #CFF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF410; }
p { color: rgb(207,244,16); }
H1.HeaderClassName
{
color: #CFF410;
}
.AnyTagClassName
{
color: #CFF410;
}
</style>
background-color css
<style>
a { background-color: #CFF410; }
a { background-color: rgb(207,244,16); }
div.DivClassName
{
background-color: #CFF410;
}
.BgClassName
{
background-color: #CFF410;
}
</style>
border-color css
<style>
span { border-color: #CFF410; }
span { border-color: rgb(207,244,16); }
td.TdClassName
{
border-color: #CFF410;
}
.TagClassName
{
border-color: #CFF410;
}
</style>