Shades of Electric Lime #CFF113
Tints of Electric Lime #CFF113
RGB
CMYK
RGB Variations
Color information
#CFF113 (or 0xCFF113) is known color: Electric Lime. HEX triplet: CF, F1 and 13. RGB value is (207,241,19). Sum of RGB (Red+Green+Blue) = 207+241+19=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF113 is #300EEC. Grayscale: #CECECE. Windows color (decimal): -3149549 or 1307087. OLE color: 1307087.
HSL color Cylindrical-coordinate representation of color #CFF113: hue angle of 69.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF113 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 19 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.05 |
| HSL | 69.19º | 0.89% | 0.51% | - |
| HSV(B) | 69.19º | 0.92% | 0.95% | - |
| XYZ | 57.3 | 76.22 | 12.31 | - |
| YUV | 205.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 19 | 0.14 | 0 | 0.92 | 0.05 | 69.19 | 0.89 | 0.51 |
| Hex | CF | F1 | 13 | E | 0 | 5C | 5 | 45 | 59 | 33 |
| Octal | 317 | 361 | 23 | 16 | 0 | 134 | 5 | 105 | 131 | 63 |
| Binary | 11001111 | 11110001 | 10011 | 1110 | 0 | 1011100 | 101 | 1000101 | 1011001 | 110011 |
Color Harmonies of #CFF113
Complementary color
Monochromatic Colors of #CFF113
Black with #CFF113
Text Example
Text Example
White with #CFF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF113; }
p { color: rgb(207,241,19); }
H1.HeaderClassName
{
color: #CFF113;
}
.AnyTagClassName
{
color: #CFF113;
}
</style>
background-color css
<style>
a { background-color: #CFF113; }
a { background-color: rgb(207,241,19); }
div.DivClassName
{
background-color: #CFF113;
}
.BgClassName
{
background-color: #CFF113;
}
</style>
border-color css
<style>
span { border-color: #CFF113; }
span { border-color: rgb(207,241,19); }
td.TdClassName
{
border-color: #CFF113;
}
.TagClassName
{
border-color: #CFF113;
}
</style>