Shades of Electric Lime #CFFF13
Tints of Electric Lime #CFFF13
RGB
CMYK
RGB Variations
Color information
#CFFF13 (or 0xCFFF13) is known color: Electric Lime. HEX triplet: CF, FF and 13. RGB value is (207,255,19). Sum of RGB (Red+Green+Blue) = 207+255+19=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF13 is #3000EC. Grayscale: #D6D6D6. Windows color (decimal): -3145965 or 1310671. OLE color: 1310671.
HSL color Cylindrical-coordinate representation of color #CFFF13: hue angle of 72.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFFF13 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 19 | - |
| CMYK | 0.19 | 0 | 0.93 | 0 |
| HSL | 72.2º | 1% | 0.54% | - |
| HSV(B) | 72.2º | 0.93% | 1% | - |
| XYZ | 61.61 | 84.83 | 13.74 | - |
| YUV | 213.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 19 | 0.19 | 0 | 0.93 | 0 | 72.2 | 1 | 0.54 |
| Hex | CF | FF | 13 | 13 | 0 | 5D | 0 | 48 | 64 | 36 |
| Octal | 317 | 377 | 23 | 23 | 0 | 135 | 0 | 110 | 144 | 66 |
| Binary | 11001111 | 11111111 | 10011 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #CFFF13
Complementary color
Monochromatic Colors of #CFFF13
Black with #CFFF13
Text Example
Text Example
White with #CFFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF13; }
p { color: rgb(207,255,19); }
H1.HeaderClassName
{
color: #CFFF13;
}
.AnyTagClassName
{
color: #CFFF13;
}
</style>
background-color css
<style>
a { background-color: #CFFF13; }
a { background-color: rgb(207,255,19); }
div.DivClassName
{
background-color: #CFFF13;
}
.BgClassName
{
background-color: #CFFF13;
}
</style>
border-color css
<style>
span { border-color: #CFFF13; }
span { border-color: rgb(207,255,19); }
td.TdClassName
{
border-color: #CFFF13;
}
.TagClassName
{
border-color: #CFFF13;
}
</style>