Shades of Electric Lime #CFE405
Tints of Electric Lime #CFE405
RGB
CMYK
RGB Variations
Color information
#CFE405 (or 0xCFE405) is known color: Electric Lime. HEX triplet: CF, E4 and 05. RGB value is (207,228,5). Sum of RGB (Red+Green+Blue) = 207+228+5=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE405 is #301BFA. Grayscale: #C5C5C5. Windows color (decimal): -3152891 or 386255. OLE color: 386255.
HSL color Cylindrical-coordinate representation of color #CFE405: hue angle of 65.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFE405 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.65º | 0.96% | 0.46% | - |
| HSV(B) | 65.65º | 0.98% | 0.89% | - |
| XYZ | 53.5 | 68.76 | 10.6 | - |
| YUV | 196.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 5 | 0.09 | 0 | 0.98 | 0.11 | 65.65 | 0.96 | 0.46 |
| Hex | CF | E4 | 5 | 9 | 0 | 62 | B | 42 | 60 | 2E |
| Octal | 317 | 344 | 5 | 11 | 0 | 142 | 13 | 102 | 140 | 56 |
| Binary | 11001111 | 11100100 | 101 | 1001 | 0 | 1100010 | 1011 | 1000010 | 1100000 | 101110 |
Color Harmonies of #CFE405
Complementary color
Monochromatic Colors of #CFE405
Black with #CFE405
Text Example
Text Example
White with #CFE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE405; }
p { color: rgb(207,228,5); }
H1.HeaderClassName
{
color: #CFE405;
}
.AnyTagClassName
{
color: #CFE405;
}
</style>
background-color css
<style>
a { background-color: #CFE405; }
a { background-color: rgb(207,228,5); }
div.DivClassName
{
background-color: #CFE405;
}
.BgClassName
{
background-color: #CFE405;
}
</style>
border-color css
<style>
span { border-color: #CFE405; }
span { border-color: rgb(207,228,5); }
td.TdClassName
{
border-color: #CFE405;
}
.TagClassName
{
border-color: #CFE405;
}
</style>