Shades of Electric Lime #CFE410
Tints of Electric Lime #CFE410
RGB
CMYK
RGB Variations
Color information
#CFE410 (or 0xCFE410) is known color: Electric Lime. HEX triplet: CF, E4 and 10. RGB value is (207,228,16). Sum of RGB (Red+Green+Blue) = 207+228+16=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE410 is #301BEF. Grayscale: #C6C6C6. Windows color (decimal): -3152880 or 1107151. OLE color: 1107151.
HSL color Cylindrical-coordinate representation of color #CFE410: hue angle of 65.94º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE410 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.11 |
| HSL | 65.94º | 0.87% | 0.48% | - |
| HSV(B) | 65.94º | 0.93% | 0.89% | - |
| XYZ | 53.57 | 68.79 | 10.94 | - |
| YUV | 197.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 16 | 0.09 | 0 | 0.93 | 0.11 | 65.94 | 0.87 | 0.48 |
| Hex | CF | E4 | 10 | 9 | 0 | 5D | B | 42 | 57 | 30 |
| Octal | 317 | 344 | 20 | 11 | 0 | 135 | 13 | 102 | 127 | 60 |
| Binary | 11001111 | 11100100 | 10000 | 1001 | 0 | 1011101 | 1011 | 1000010 | 1010111 | 110000 |
Color Harmonies of #CFE410
Complementary color
Monochromatic Colors of #CFE410
Black with #CFE410
Text Example
Text Example
White with #CFE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE410; }
p { color: rgb(207,228,16); }
H1.HeaderClassName
{
color: #CFE410;
}
.AnyTagClassName
{
color: #CFE410;
}
</style>
background-color css
<style>
a { background-color: #CFE410; }
a { background-color: rgb(207,228,16); }
div.DivClassName
{
background-color: #CFE410;
}
.BgClassName
{
background-color: #CFE410;
}
</style>
border-color css
<style>
span { border-color: #CFE410; }
span { border-color: rgb(207,228,16); }
td.TdClassName
{
border-color: #CFE410;
}
.TagClassName
{
border-color: #CFE410;
}
</style>