Shades of Electric Lime #CFED0D
Tints of Electric Lime #CFED0D
RGB
CMYK
RGB Variations
Color information
#CFED0D (or 0xCFED0D) is known color: Electric Lime. HEX triplet: CF, ED and 0D. RGB value is (207,237,13). Sum of RGB (Red+Green+Blue) = 207+237+13=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED0D is #3012F2. Grayscale: #CBCBCB. Windows color (decimal): -3150579 or 912847. OLE color: 912847.
HSL color Cylindrical-coordinate representation of color #CFED0D: hue angle of 68.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFED0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.07 |
| HSL | 68.04º | 0.9% | 0.49% | - |
| HSV(B) | 68.04º | 0.95% | 0.93% | - |
| XYZ | 56.09 | 73.86 | 11.68 | - |
| YUV | 202.49 | 21.06 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 13 | 0.13 | 0 | 0.95 | 0.07 | 68.04 | 0.9 | 0.49 |
| Hex | CF | ED | D | D | 0 | 5F | 7 | 44 | 5A | 31 |
| Octal | 317 | 355 | 15 | 15 | 0 | 137 | 7 | 104 | 132 | 61 |
| Binary | 11001111 | 11101101 | 1101 | 1101 | 0 | 1011111 | 111 | 1000100 | 1011010 | 110001 |
Color Harmonies of #CFED0D
Complementary color
Monochromatic Colors of #CFED0D
Black with #CFED0D
Text Example
Text Example
White with #CFED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED0D; }
p { color: rgb(207,237,13); }
H1.HeaderClassName
{
color: #CFED0D;
}
.AnyTagClassName
{
color: #CFED0D;
}
</style>
background-color css
<style>
a { background-color: #CFED0D; }
a { background-color: rgb(207,237,13); }
div.DivClassName
{
background-color: #CFED0D;
}
.BgClassName
{
background-color: #CFED0D;
}
</style>
border-color css
<style>
span { border-color: #CFED0D; }
span { border-color: rgb(207,237,13); }
td.TdClassName
{
border-color: #CFED0D;
}
.TagClassName
{
border-color: #CFED0D;
}
</style>