Shades of Electric Lime #CFED15
Tints of Electric Lime #CFED15
RGB
CMYK
RGB Variations
Color information
#CFED15 (or 0xCFED15) is known color: Electric Lime. HEX triplet: CF, ED and 15. RGB value is (207,237,21). Sum of RGB (Red+Green+Blue) = 207+237+21=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED15 is #3012EA. Grayscale: #CCCCCC. Windows color (decimal): -3150571 or 1437135. OLE color: 1437135.
HSL color Cylindrical-coordinate representation of color #CFED15: hue angle of 68.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFED15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.33º | 0.86% | 0.51% | - |
| HSV(B) | 68.33º | 0.91% | 0.93% | - |
| XYZ | 56.15 | 73.89 | 12.01 | - |
| YUV | 203.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 21 | 0.13 | 0 | 0.91 | 0.07 | 68.33 | 0.86 | 0.51 |
| Hex | CF | ED | 15 | D | 0 | 5B | 7 | 44 | 56 | 33 |
| Octal | 317 | 355 | 25 | 15 | 0 | 133 | 7 | 104 | 126 | 63 |
| Binary | 11001111 | 11101101 | 10101 | 1101 | 0 | 1011011 | 111 | 1000100 | 1010110 | 110011 |
Color Harmonies of #CFED15
Complementary color
Monochromatic Colors of #CFED15
Black with #CFED15
Text Example
Text Example
White with #CFED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED15; }
p { color: rgb(207,237,21); }
H1.HeaderClassName
{
color: #CFED15;
}
.AnyTagClassName
{
color: #CFED15;
}
</style>
background-color css
<style>
a { background-color: #CFED15; }
a { background-color: rgb(207,237,21); }
div.DivClassName
{
background-color: #CFED15;
}
.BgClassName
{
background-color: #CFED15;
}
</style>
border-color css
<style>
span { border-color: #CFED15; }
span { border-color: rgb(207,237,21); }
td.TdClassName
{
border-color: #CFED15;
}
.TagClassName
{
border-color: #CFED15;
}
</style>