Shades of Electric Lime #CFE10D
Tints of Electric Lime #CFE10D
RGB
CMYK
RGB Variations
Color information
#CFE10D (or 0xCFE10D) is known color: Electric Lime. HEX triplet: CF, E1 and 0D. RGB value is (207,225,13). Sum of RGB (Red+Green+Blue) = 207+225+13=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE10D is #301EF2. Grayscale: #C4C4C4. Windows color (decimal): -3153651 or 909775. OLE color: 909775.
HSL color Cylindrical-coordinate representation of color #CFE10D: hue angle of 65.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE10D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.12 |
| HSL | 65.09º | 0.89% | 0.47% | - |
| HSV(B) | 65.09º | 0.94% | 0.88% | - |
| XYZ | 52.73 | 67.14 | 10.56 | - |
| YUV | 195.45 | 25.04 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 13 | 0.08 | 0 | 0.94 | 0.12 | 65.09 | 0.89 | 0.47 |
| Hex | CF | E1 | D | 8 | 0 | 5E | C | 41 | 59 | 2F |
| Octal | 317 | 341 | 15 | 10 | 0 | 136 | 14 | 101 | 131 | 57 |
| Binary | 11001111 | 11100001 | 1101 | 1000 | 0 | 1011110 | 1100 | 1000001 | 1011001 | 101111 |
Color Harmonies of #CFE10D
Complementary color
Monochromatic Colors of #CFE10D
Black with #CFE10D
Text Example
Text Example
White with #CFE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE10D; }
p { color: rgb(207,225,13); }
H1.HeaderClassName
{
color: #CFE10D;
}
.AnyTagClassName
{
color: #CFE10D;
}
</style>
background-color css
<style>
a { background-color: #CFE10D; }
a { background-color: rgb(207,225,13); }
div.DivClassName
{
background-color: #CFE10D;
}
.BgClassName
{
background-color: #CFE10D;
}
</style>
border-color css
<style>
span { border-color: #CFE10D; }
span { border-color: rgb(207,225,13); }
td.TdClassName
{
border-color: #CFE10D;
}
.TagClassName
{
border-color: #CFE10D;
}
</style>