Shades of Electric Lime #CFF30E
Tints of Electric Lime #CFF30E
RGB
CMYK
RGB Variations
Color information
#CFF30E (or 0xCFF30E) is known color: Electric Lime. HEX triplet: CF, F3 and 0E. RGB value is (207,243,14). Sum of RGB (Red+Green+Blue) = 207+243+14=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF30E is #300CF1. Grayscale: #CFCFCF. Windows color (decimal): -3149042 or 979919. OLE color: 979919.
HSL color Cylindrical-coordinate representation of color #CFF30E: hue angle of 69.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF30E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 14 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.05 |
| HSL | 69.43º | 0.91% | 0.5% | - |
| HSV(B) | 69.43º | 0.94% | 0.95% | - |
| XYZ | 57.86 | 77.4 | 12.31 | - |
| YUV | 206.13 | 19.57 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 14 | 0.15 | 0 | 0.94 | 0.05 | 69.43 | 0.91 | 0.5 |
| Hex | CF | F3 | E | F | 0 | 5E | 5 | 45 | 5B | 32 |
| Octal | 317 | 363 | 16 | 17 | 0 | 136 | 5 | 105 | 133 | 62 |
| Binary | 11001111 | 11110011 | 1110 | 1111 | 0 | 1011110 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #CFF30E
Complementary color
Monochromatic Colors of #CFF30E
Black with #CFF30E
Text Example
Text Example
White with #CFF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF30E; }
p { color: rgb(207,243,14); }
H1.HeaderClassName
{
color: #CFF30E;
}
.AnyTagClassName
{
color: #CFF30E;
}
</style>
background-color css
<style>
a { background-color: #CFF30E; }
a { background-color: rgb(207,243,14); }
div.DivClassName
{
background-color: #CFF30E;
}
.BgClassName
{
background-color: #CFF30E;
}
</style>
border-color css
<style>
span { border-color: #CFF30E; }
span { border-color: rgb(207,243,14); }
td.TdClassName
{
border-color: #CFF30E;
}
.TagClassName
{
border-color: #CFF30E;
}
</style>