Shades of Electric Lime #CFF61C
Tints of Electric Lime #CFF61C
RGB
CMYK
RGB Variations
Color information
#CFF61C (or 0xCFF61C) is known color: Electric Lime. HEX triplet: CF, F6 and 1C. RGB value is (207,246,28). Sum of RGB (Red+Green+Blue) = 207+246+28=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61C is #3009E3. Grayscale: #D2D2D2. Windows color (decimal): -3148260 or 1898191. OLE color: 1898191.
HSL color Cylindrical-coordinate representation of color #CFF61C: hue angle of 70.73º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF61C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 28 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.73º | 0.92% | 0.54% | - |
| HSV(B) | 70.73º | 0.89% | 0.96% | - |
| XYZ | 58.9 | 79.26 | 13.29 | - |
| YUV | 209.49 | 25.58 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 28 | 0.16 | 0 | 0.89 | 0.04 | 70.73 | 0.92 | 0.54 |
| Hex | CF | F6 | 1C | 10 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 317 | 366 | 34 | 20 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001111 | 11110110 | 11100 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CFF61C
Complementary color
Monochromatic Colors of #CFF61C
Black with #CFF61C
Text Example
Text Example
White with #CFF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61C; }
p { color: rgb(207,246,28); }
H1.HeaderClassName
{
color: #CFF61C;
}
.AnyTagClassName
{
color: #CFF61C;
}
</style>
background-color css
<style>
a { background-color: #CFF61C; }
a { background-color: rgb(207,246,28); }
div.DivClassName
{
background-color: #CFF61C;
}
.BgClassName
{
background-color: #CFF61C;
}
</style>
border-color css
<style>
span { border-color: #CFF61C; }
span { border-color: rgb(207,246,28); }
td.TdClassName
{
border-color: #CFF61C;
}
.TagClassName
{
border-color: #CFF61C;
}
</style>