Shades of Electric Lime #BBF804
Tints of Electric Lime #BBF804
RGB
CMYK
RGB Variations
Color information
#BBF804 (or 0xBBF804) is known color: Electric Lime. HEX triplet: BB, F8 and 04. RGB value is (187,248,4). Sum of RGB (Red+Green+Blue) = 187+248+4=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF804 is #4407FB. Grayscale: #CACACA. Windows color (decimal): -4458492 or 325819. OLE color: 325819.
HSL color Cylindrical-coordinate representation of color #BBF804: hue angle of 75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF804 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.03 |
| HSL | 75º | 0.97% | 0.49% | - |
| HSV(B) | 75º | 0.98% | 0.97% | - |
| XYZ | 54.08 | 77.71 | 12.26 | - |
| YUV | 201.95 | 16.29 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 4 | 0.25 | 0 | 0.98 | 0.03 | 75 | 0.97 | 0.49 |
| Hex | BB | F8 | 4 | 19 | 0 | 62 | 3 | 4B | 61 | 31 |
| Octal | 273 | 370 | 4 | 31 | 0 | 142 | 3 | 113 | 141 | 61 |
| Binary | 10111011 | 11111000 | 100 | 11001 | 0 | 1100010 | 11 | 1001011 | 1100001 | 110001 |
Color Harmonies of #BBF804
Complementary color
Monochromatic Colors of #BBF804
Black with #BBF804
Text Example
Text Example
White with #BBF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF804; }
p { color: rgb(187,248,4); }
H1.HeaderClassName
{
color: #BBF804;
}
.AnyTagClassName
{
color: #BBF804;
}
</style>
background-color css
<style>
a { background-color: #BBF804; }
a { background-color: rgb(187,248,4); }
div.DivClassName
{
background-color: #BBF804;
}
.BgClassName
{
background-color: #BBF804;
}
</style>
border-color css
<style>
span { border-color: #BBF804; }
span { border-color: rgb(187,248,4); }
td.TdClassName
{
border-color: #BBF804;
}
.TagClassName
{
border-color: #BBF804;
}
</style>