Shades of Electric Lime #CFEF15
Tints of Electric Lime #CFEF15
RGB
CMYK
RGB Variations
Color information
#CFEF15 (or 0xCFEF15) is known color: Electric Lime. HEX triplet: CF, EF and 15. RGB value is (207,239,21). Sum of RGB (Red+Green+Blue) = 207+239+21=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF15 is #3010EA. Grayscale: #CDCDCD. Windows color (decimal): -3150059 or 1437647. OLE color: 1437647.
HSL color Cylindrical-coordinate representation of color #CFEF15: hue angle of 68.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFEF15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.06 |
| HSL | 68.81º | 0.87% | 0.51% | - |
| HSV(B) | 68.81º | 0.91% | 0.94% | - |
| XYZ | 56.73 | 75.05 | 12.21 | - |
| YUV | 204.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 21 | 0.13 | 0 | 0.91 | 0.06 | 68.81 | 0.87 | 0.51 |
| Hex | CF | EF | 15 | D | 0 | 5B | 6 | 45 | 57 | 33 |
| Octal | 317 | 357 | 25 | 15 | 0 | 133 | 6 | 105 | 127 | 63 |
| Binary | 11001111 | 11101111 | 10101 | 1101 | 0 | 1011011 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CFEF15
Complementary color
Monochromatic Colors of #CFEF15
Black with #CFEF15
Text Example
Text Example
White with #CFEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF15; }
p { color: rgb(207,239,21); }
H1.HeaderClassName
{
color: #CFEF15;
}
.AnyTagClassName
{
color: #CFEF15;
}
</style>
background-color css
<style>
a { background-color: #CFEF15; }
a { background-color: rgb(207,239,21); }
div.DivClassName
{
background-color: #CFEF15;
}
.BgClassName
{
background-color: #CFEF15;
}
</style>
border-color css
<style>
span { border-color: #CFEF15; }
span { border-color: rgb(207,239,21); }
td.TdClassName
{
border-color: #CFEF15;
}
.TagClassName
{
border-color: #CFEF15;
}
</style>