Shades of Electric Lime #CFF313
Tints of Electric Lime #CFF313
RGB
CMYK
RGB Variations
Color information
#CFF313 (or 0xCFF313) is known color: Electric Lime. HEX triplet: CF, F3 and 13. RGB value is (207,243,19). Sum of RGB (Red+Green+Blue) = 207+243+19=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF313 is #300CEC. Grayscale: #CFCFCF. Windows color (decimal): -3149037 or 1307599. OLE color: 1307599.
HSL color Cylindrical-coordinate representation of color #CFF313: hue angle of 69.64º degrees, saturation: 0.9, 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 #CFF313 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 19 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.05 |
| HSL | 69.64º | 0.9% | 0.51% | - |
| HSV(B) | 69.64º | 0.92% | 0.95% | - |
| XYZ | 57.9 | 77.41 | 12.51 | - |
| YUV | 206.7 | 22.07 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 19 | 0.15 | 0 | 0.92 | 0.05 | 69.64 | 0.9 | 0.51 |
| Hex | CF | F3 | 13 | F | 0 | 5C | 5 | 46 | 5A | 33 |
| Octal | 317 | 363 | 23 | 17 | 0 | 134 | 5 | 106 | 132 | 63 |
| Binary | 11001111 | 11110011 | 10011 | 1111 | 0 | 1011100 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CFF313
Complementary color
Monochromatic Colors of #CFF313
Black with #CFF313
Text Example
Text Example
White with #CFF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF313; }
p { color: rgb(207,243,19); }
H1.HeaderClassName
{
color: #CFF313;
}
.AnyTagClassName
{
color: #CFF313;
}
</style>
background-color css
<style>
a { background-color: #CFF313; }
a { background-color: rgb(207,243,19); }
div.DivClassName
{
background-color: #CFF313;
}
.BgClassName
{
background-color: #CFF313;
}
</style>
border-color css
<style>
span { border-color: #CFF313; }
span { border-color: rgb(207,243,19); }
td.TdClassName
{
border-color: #CFF313;
}
.TagClassName
{
border-color: #CFF313;
}
</style>