Shades of Electric Lime #BFF907
Tints of Electric Lime #BFF907
RGB
CMYK
RGB Variations
Color information
#BFF907 (or 0xBFF907) is known color: Electric Lime. HEX triplet: BF, F9 and 07. RGB value is (191,249,7). Sum of RGB (Red+Green+Blue) = 191+249+7=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF907 is #4006F8. Grayscale: #CCCCCC. Windows color (decimal): -4196089 or 522687. OLE color: 522687.
HSL color Cylindrical-coordinate representation of color #BFF907: hue angle of 74.38º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF907 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.02 |
| HSL | 74.38º | 0.95% | 0.5% | - |
| HSV(B) | 74.38º | 0.97% | 0.98% | - |
| XYZ | 55.4 | 78.84 | 12.5 | - |
| YUV | 204.07 | 16.78 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 7 | 0.23 | 0 | 0.97 | 0.02 | 74.38 | 0.95 | 0.5 |
| Hex | BF | F9 | 7 | 17 | 0 | 61 | 2 | 4A | 5F | 32 |
| Octal | 277 | 371 | 7 | 27 | 0 | 141 | 2 | 112 | 137 | 62 |
| Binary | 10111111 | 11111001 | 111 | 10111 | 0 | 1100001 | 10 | 1001010 | 1011111 | 110010 |
Color Harmonies of #BFF907
Complementary color
Monochromatic Colors of #BFF907
Black with #BFF907
Text Example
Text Example
White with #BFF907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF907; }
p { color: rgb(191,249,7); }
H1.HeaderClassName
{
color: #BFF907;
}
.AnyTagClassName
{
color: #BFF907;
}
</style>
background-color css
<style>
a { background-color: #BFF907; }
a { background-color: rgb(191,249,7); }
div.DivClassName
{
background-color: #BFF907;
}
.BgClassName
{
background-color: #BFF907;
}
</style>
border-color css
<style>
span { border-color: #BFF907; }
span { border-color: rgb(191,249,7); }
td.TdClassName
{
border-color: #BFF907;
}
.TagClassName
{
border-color: #BFF907;
}
</style>