Shades of Electric Lime #CFF61A
Tints of Electric Lime #CFF61A
RGB
CMYK
RGB Variations
Color information
#CFF61A (or 0xCFF61A) is known color: Electric Lime. HEX triplet: CF, F6 and 1A. RGB value is (207,246,26). Sum of RGB (Red+Green+Blue) = 207+246+26=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61A is #3009E5. Grayscale: #D2D2D2. Windows color (decimal): -3148262 or 1767119. OLE color: 1767119.
HSL color Cylindrical-coordinate representation of color #CFF61A: hue angle of 70.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF61A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.64º | 0.92% | 0.53% | - |
| HSV(B) | 70.64º | 0.89% | 0.96% | - |
| XYZ | 58.87 | 79.25 | 13.17 | - |
| YUV | 209.26 | 24.58 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 26 | 0.16 | 0 | 0.89 | 0.04 | 70.64 | 0.92 | 0.53 |
| Hex | CF | F6 | 1A | 10 | 0 | 59 | 4 | 47 | 5C | 35 |
| Octal | 317 | 366 | 32 | 20 | 0 | 131 | 4 | 107 | 134 | 65 |
| Binary | 11001111 | 11110110 | 11010 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CFF61A
Complementary color
Monochromatic Colors of #CFF61A
Black with #CFF61A
Text Example
Text Example
White with #CFF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61A; }
p { color: rgb(207,246,26); }
H1.HeaderClassName
{
color: #CFF61A;
}
.AnyTagClassName
{
color: #CFF61A;
}
</style>
background-color css
<style>
a { background-color: #CFF61A; }
a { background-color: rgb(207,246,26); }
div.DivClassName
{
background-color: #CFF61A;
}
.BgClassName
{
background-color: #CFF61A;
}
</style>
border-color css
<style>
span { border-color: #CFF61A; }
span { border-color: rgb(207,246,26); }
td.TdClassName
{
border-color: #CFF61A;
}
.TagClassName
{
border-color: #CFF61A;
}
</style>