Shades of Electric Lime #BFF914
Tints of Electric Lime #BFF914
RGB
CMYK
RGB Variations
Color information
#BFF914 (or 0xBFF914) is known color: Electric Lime. HEX triplet: BF, F9 and 14. RGB value is (191,249,20). Sum of RGB (Red+Green+Blue) = 191+249+20=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF914 is #4006EB. Grayscale: #CECECE. Windows color (decimal): -4196076 or 1374655. OLE color: 1374655.
HSL color Cylindrical-coordinate representation of color #BFF914: hue angle of 75.2º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFF914 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 20 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.02 |
| HSL | 75.2º | 0.95% | 0.53% | - |
| HSV(B) | 75.2º | 0.92% | 0.98% | - |
| XYZ | 55.49 | 78.88 | 12.96 | - |
| YUV | 205.55 | 23.28 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 20 | 0.23 | 0 | 0.92 | 0.02 | 75.2 | 0.95 | 0.53 |
| Hex | BF | F9 | 14 | 17 | 0 | 5C | 2 | 4B | 5F | 35 |
| Octal | 277 | 371 | 24 | 27 | 0 | 134 | 2 | 113 | 137 | 65 |
| Binary | 10111111 | 11111001 | 10100 | 10111 | 0 | 1011100 | 10 | 1001011 | 1011111 | 110101 |
Color Harmonies of #BFF914
Complementary color
Monochromatic Colors of #BFF914
Black with #BFF914
Text Example
Text Example
White with #BFF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF914; }
p { color: rgb(191,249,20); }
H1.HeaderClassName
{
color: #BFF914;
}
.AnyTagClassName
{
color: #BFF914;
}
</style>
background-color css
<style>
a { background-color: #BFF914; }
a { background-color: rgb(191,249,20); }
div.DivClassName
{
background-color: #BFF914;
}
.BgClassName
{
background-color: #BFF914;
}
</style>
border-color css
<style>
span { border-color: #BFF914; }
span { border-color: rgb(191,249,20); }
td.TdClassName
{
border-color: #BFF914;
}
.TagClassName
{
border-color: #BFF914;
}
</style>