Shades of Electric Lime #CFF61B
Tints of Electric Lime #CFF61B
RGB
CMYK
RGB Variations
Color information
#CFF61B (or 0xCFF61B) is known color: Electric Lime. HEX triplet: CF, F6 and 1B. RGB value is (207,246,27). Sum of RGB (Red+Green+Blue) = 207+246+27=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61B is #3009E4. Grayscale: #D2D2D2. Windows color (decimal): -3148261 or 1832655. OLE color: 1832655.
HSL color Cylindrical-coordinate representation of color #CFF61B: hue angle of 70.68º 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 #CFF61B is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 27 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.68º | 0.92% | 0.54% | - |
| HSV(B) | 70.68º | 0.89% | 0.96% | - |
| XYZ | 58.89 | 79.26 | 13.23 | - |
| YUV | 209.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 27 | 0.16 | 0 | 0.89 | 0.04 | 70.68 | 0.92 | 0.54 |
| Hex | CF | F6 | 1B | 10 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 317 | 366 | 33 | 20 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001111 | 11110110 | 11011 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CFF61B
Complementary color
Monochromatic Colors of #CFF61B
Black with #CFF61B
Text Example
Text Example
White with #CFF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61B; }
p { color: rgb(207,246,27); }
H1.HeaderClassName
{
color: #CFF61B;
}
.AnyTagClassName
{
color: #CFF61B;
}
</style>
background-color css
<style>
a { background-color: #CFF61B; }
a { background-color: rgb(207,246,27); }
div.DivClassName
{
background-color: #CFF61B;
}
.BgClassName
{
background-color: #CFF61B;
}
</style>
border-color css
<style>
span { border-color: #CFF61B; }
span { border-color: rgb(207,246,27); }
td.TdClassName
{
border-color: #CFF61B;
}
.TagClassName
{
border-color: #CFF61B;
}
</style>