Shades of Electric Lime #BBF409
Tints of Electric Lime #BBF409
RGB
CMYK
RGB Variations
Color information
#BBF409 (or 0xBBF409) is known color: Electric Lime. HEX triplet: BB, F4 and 09. RGB value is (187,244,9). Sum of RGB (Red+Green+Blue) = 187+244+9=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF409 is #440BF6. Grayscale: #C9C9C9. Windows color (decimal): -4459511 or 652475. OLE color: 652475.
HSL color Cylindrical-coordinate representation of color #BBF409: hue angle of 74.55º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBF409 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.04 |
| HSL | 74.55º | 0.93% | 0.5% | - |
| HSV(B) | 74.55º | 0.96% | 0.96% | - |
| XYZ | 52.89 | 75.29 | 12 | - |
| YUV | 200.17 | 20.12 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 9 | 0.23 | 0 | 0.96 | 0.04 | 74.55 | 0.93 | 0.5 |
| Hex | BB | F4 | 9 | 17 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 273 | 364 | 11 | 27 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111011 | 11110100 | 1001 | 10111 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #BBF409
Complementary color
Monochromatic Colors of #BBF409
Black with #BBF409
Text Example
Text Example
White with #BBF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF409; }
p { color: rgb(187,244,9); }
H1.HeaderClassName
{
color: #BBF409;
}
.AnyTagClassName
{
color: #BBF409;
}
</style>
background-color css
<style>
a { background-color: #BBF409; }
a { background-color: rgb(187,244,9); }
div.DivClassName
{
background-color: #BBF409;
}
.BgClassName
{
background-color: #BBF409;
}
</style>
border-color css
<style>
span { border-color: #BBF409; }
span { border-color: rgb(187,244,9); }
td.TdClassName
{
border-color: #BBF409;
}
.TagClassName
{
border-color: #BBF409;
}
</style>