Shades of Electric Lime #CFF213
Tints of Electric Lime #CFF213
RGB
CMYK
RGB Variations
Color information
#CFF213 (or 0xCFF213) is known color: Electric Lime. HEX triplet: CF, F2 and 13. RGB value is (207,242,19). Sum of RGB (Red+Green+Blue) = 207+242+19=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF213 is #300DEC. Grayscale: #CECECE. Windows color (decimal): -3149293 or 1307343. OLE color: 1307343.
HSL color Cylindrical-coordinate representation of color #CFF213: hue angle of 69.42º 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 #CFF213 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 19 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.05 |
| HSL | 69.42º | 0.9% | 0.51% | - |
| HSV(B) | 69.42º | 0.92% | 0.95% | - |
| XYZ | 57.6 | 76.82 | 12.41 | - |
| YUV | 206.11 | 22.4 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 19 | 0.14 | 0 | 0.92 | 0.05 | 69.42 | 0.9 | 0.51 |
| Hex | CF | F2 | 13 | E | 0 | 5C | 5 | 45 | 5A | 33 |
| Octal | 317 | 362 | 23 | 16 | 0 | 134 | 5 | 105 | 132 | 63 |
| Binary | 11001111 | 11110010 | 10011 | 1110 | 0 | 1011100 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #CFF213
Complementary color
Monochromatic Colors of #CFF213
Black with #CFF213
Text Example
Text Example
White with #CFF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF213; }
p { color: rgb(207,242,19); }
H1.HeaderClassName
{
color: #CFF213;
}
.AnyTagClassName
{
color: #CFF213;
}
</style>
background-color css
<style>
a { background-color: #CFF213; }
a { background-color: rgb(207,242,19); }
div.DivClassName
{
background-color: #CFF213;
}
.BgClassName
{
background-color: #CFF213;
}
</style>
border-color css
<style>
span { border-color: #CFF213; }
span { border-color: rgb(207,242,19); }
td.TdClassName
{
border-color: #CFF213;
}
.TagClassName
{
border-color: #CFF213;
}
</style>