Shades of Electric Lime #BFF908
Tints of Electric Lime #BFF908
RGB
CMYK
RGB Variations
Color information
#BFF908 (or 0xBFF908) is known color: Electric Lime. HEX triplet: BF, F9 and 08. RGB value is (191,249,8). Sum of RGB (Red+Green+Blue) = 191+249+8=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF908 is #4006F7. Grayscale: #CDCDCD. Windows color (decimal): -4196088 or 588223. OLE color: 588223.
HSL color Cylindrical-coordinate representation of color #BFF908: hue angle of 74.44º 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 #BFF908 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.02 |
| HSL | 74.44º | 0.95% | 0.5% | - |
| HSV(B) | 74.44º | 0.97% | 0.98% | - |
| XYZ | 55.41 | 78.85 | 12.53 | - |
| YUV | 204.18 | 17.28 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 8 | 0.23 | 0 | 0.97 | 0.02 | 74.44 | 0.95 | 0.5 |
| Hex | BF | F9 | 8 | 17 | 0 | 61 | 2 | 4A | 5F | 32 |
| Octal | 277 | 371 | 10 | 27 | 0 | 141 | 2 | 112 | 137 | 62 |
| Binary | 10111111 | 11111001 | 1000 | 10111 | 0 | 1100001 | 10 | 1001010 | 1011111 | 110010 |
Color Harmonies of #BFF908
Complementary color
Monochromatic Colors of #BFF908
Black with #BFF908
Text Example
Text Example
White with #BFF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF908; }
p { color: rgb(191,249,8); }
H1.HeaderClassName
{
color: #BFF908;
}
.AnyTagClassName
{
color: #BFF908;
}
</style>
background-color css
<style>
a { background-color: #BFF908; }
a { background-color: rgb(191,249,8); }
div.DivClassName
{
background-color: #BFF908;
}
.BgClassName
{
background-color: #BFF908;
}
</style>
border-color css
<style>
span { border-color: #BFF908; }
span { border-color: rgb(191,249,8); }
td.TdClassName
{
border-color: #BFF908;
}
.TagClassName
{
border-color: #BFF908;
}
</style>