Shades of Electric Lime #BBF408
Tints of Electric Lime #BBF408
RGB
CMYK
RGB Variations
Color information
#BBF408 (or 0xBBF408) is known color: Electric Lime. HEX triplet: BB, F4 and 08. RGB value is (187,244,8). Sum of RGB (Red+Green+Blue) = 187+244+8=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 244 (95.70% from 255 or 55.58% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF408 is #440BF7. Grayscale: #C8C8C8. Windows color (decimal): -4459512 or 586939. OLE color: 586939.
HSL color Cylindrical-coordinate representation of color #BBF408: hue angle of 74.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBF408 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.04 |
| HSL | 74.49º | 0.94% | 0.49% | - |
| HSV(B) | 74.49º | 0.97% | 0.96% | - |
| XYZ | 52.89 | 75.28 | 11.97 | - |
| YUV | 200.05 | 19.62 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 8 | 0.23 | 0 | 0.97 | 0.04 | 74.49 | 0.94 | 0.49 |
| Hex | BB | F4 | 8 | 17 | 0 | 61 | 4 | 4A | 5E | 31 |
| Octal | 273 | 364 | 10 | 27 | 0 | 141 | 4 | 112 | 136 | 61 |
| Binary | 10111011 | 11110100 | 1000 | 10111 | 0 | 1100001 | 100 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BBF408
Complementary color
Monochromatic Colors of #BBF408
Black with #BBF408
Text Example
Text Example
White with #BBF408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF408; }
p { color: rgb(187,244,8); }
H1.HeaderClassName
{
color: #BBF408;
}
.AnyTagClassName
{
color: #BBF408;
}
</style>
background-color css
<style>
a { background-color: #BBF408; }
a { background-color: rgb(187,244,8); }
div.DivClassName
{
background-color: #BBF408;
}
.BgClassName
{
background-color: #BBF408;
}
</style>
border-color css
<style>
span { border-color: #BBF408; }
span { border-color: rgb(187,244,8); }
td.TdClassName
{
border-color: #BBF408;
}
.TagClassName
{
border-color: #BBF408;
}
</style>