Shades of Electric Lime #BBF908
Tints of Electric Lime #BBF908
RGB
CMYK
RGB Variations
Color information
#BBF908 (or 0xBBF908) is known color: Electric Lime. HEX triplet: BB, F9 and 08. RGB value is (187,249,8). Sum of RGB (Red+Green+Blue) = 187+249+8=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF908 is #4406F7. Grayscale: #CBCBCB. Windows color (decimal): -4458232 or 588219. OLE color: 588219.
HSL color Cylindrical-coordinate representation of color #BBF908: hue angle of 75.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 #BBF908 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.02 |
| HSL | 75.44º | 0.95% | 0.5% | - |
| HSV(B) | 75.44º | 0.97% | 0.98% | - |
| XYZ | 54.41 | 78.33 | 12.48 | - |
| YUV | 202.99 | 17.96 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 8 | 0.25 | 0 | 0.97 | 0.02 | 75.44 | 0.95 | 0.5 |
| Hex | BB | F9 | 8 | 19 | 0 | 61 | 2 | 4B | 5F | 32 |
| Octal | 273 | 371 | 10 | 31 | 0 | 141 | 2 | 113 | 137 | 62 |
| Binary | 10111011 | 11111001 | 1000 | 11001 | 0 | 1100001 | 10 | 1001011 | 1011111 | 110010 |
Color Harmonies of #BBF908
Complementary color
Monochromatic Colors of #BBF908
Black with #BBF908
Text Example
Text Example
White with #BBF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF908; }
p { color: rgb(187,249,8); }
H1.HeaderClassName
{
color: #BBF908;
}
.AnyTagClassName
{
color: #BBF908;
}
</style>
background-color css
<style>
a { background-color: #BBF908; }
a { background-color: rgb(187,249,8); }
div.DivClassName
{
background-color: #BBF908;
}
.BgClassName
{
background-color: #BBF908;
}
</style>
border-color css
<style>
span { border-color: #BBF908; }
span { border-color: rgb(187,249,8); }
td.TdClassName
{
border-color: #BBF908;
}
.TagClassName
{
border-color: #BBF908;
}
</style>