Shades of Electric Lime #BBF904
Tints of Electric Lime #BBF904
RGB
CMYK
RGB Variations
Color information
#BBF904 (or 0xBBF904) is known color: Electric Lime. HEX triplet: BB, F9 and 04. RGB value is (187,249,4). Sum of RGB (Red+Green+Blue) = 187+249+4=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF904 is #4406FB. Grayscale: #CBCBCB. Windows color (decimal): -4458236 or 326075. OLE color: 326075.
HSL color Cylindrical-coordinate representation of color #BBF904: hue angle of 75.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF904 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.02 |
| HSL | 75.18º | 0.97% | 0.5% | - |
| HSV(B) | 75.18º | 0.98% | 0.98% | - |
| XYZ | 54.39 | 78.32 | 12.37 | - |
| YUV | 202.53 | 15.96 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 4 | 0.25 | 0 | 0.98 | 0.02 | 75.18 | 0.97 | 0.5 |
| Hex | BB | F9 | 4 | 19 | 0 | 62 | 2 | 4B | 61 | 32 |
| Octal | 273 | 371 | 4 | 31 | 0 | 142 | 2 | 113 | 141 | 62 |
| Binary | 10111011 | 11111001 | 100 | 11001 | 0 | 1100010 | 10 | 1001011 | 1100001 | 110010 |
Color Harmonies of #BBF904
Complementary color
Monochromatic Colors of #BBF904
Black with #BBF904
Text Example
Text Example
White with #BBF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF904; }
p { color: rgb(187,249,4); }
H1.HeaderClassName
{
color: #BBF904;
}
.AnyTagClassName
{
color: #BBF904;
}
</style>
background-color css
<style>
a { background-color: #BBF904; }
a { background-color: rgb(187,249,4); }
div.DivClassName
{
background-color: #BBF904;
}
.BgClassName
{
background-color: #BBF904;
}
</style>
border-color css
<style>
span { border-color: #BBF904; }
span { border-color: rgb(187,249,4); }
td.TdClassName
{
border-color: #BBF904;
}
.TagClassName
{
border-color: #BBF904;
}
</style>