Shades of Electric Lime #BFF60D
Tints of Electric Lime #BFF60D
RGB
CMYK
RGB Variations
Color information
#BFF60D (or 0xBFF60D) is known color: Electric Lime. HEX triplet: BF, F6 and 0D. RGB value is (191,246,13). Sum of RGB (Red+Green+Blue) = 191+246+13=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF60D is #4009F2. Grayscale: #CBCBCB. Windows color (decimal): -4196851 or 915135. OLE color: 915135.
HSL color Cylindrical-coordinate representation of color #BFF60D: hue angle of 74.16º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF60D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.04 |
| HSL | 74.16º | 0.93% | 0.51% | - |
| HSV(B) | 74.16º | 0.95% | 0.96% | - |
| XYZ | 54.51 | 77.02 | 12.37 | - |
| YUV | 202.99 | 20.78 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 13 | 0.22 | 0 | 0.95 | 0.04 | 74.16 | 0.93 | 0.51 |
| Hex | BF | F6 | D | 16 | 0 | 5F | 4 | 4A | 5D | 33 |
| Octal | 277 | 366 | 15 | 26 | 0 | 137 | 4 | 112 | 135 | 63 |
| Binary | 10111111 | 11110110 | 1101 | 10110 | 0 | 1011111 | 100 | 1001010 | 1011101 | 110011 |
Color Harmonies of #BFF60D
Complementary color
Monochromatic Colors of #BFF60D
Black with #BFF60D
Text Example
Text Example
White with #BFF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF60D; }
p { color: rgb(191,246,13); }
H1.HeaderClassName
{
color: #BFF60D;
}
.AnyTagClassName
{
color: #BFF60D;
}
</style>
background-color css
<style>
a { background-color: #BFF60D; }
a { background-color: rgb(191,246,13); }
div.DivClassName
{
background-color: #BFF60D;
}
.BgClassName
{
background-color: #BFF60D;
}
</style>
border-color css
<style>
span { border-color: #BFF60D; }
span { border-color: rgb(191,246,13); }
td.TdClassName
{
border-color: #BFF60D;
}
.TagClassName
{
border-color: #BFF60D;
}
</style>