Shades of Electric Lime #BBF609
Tints of Electric Lime #BBF609
RGB
CMYK
RGB Variations
Color information
#BBF609 (or 0xBBF609) is known color: Electric Lime. HEX triplet: BB, F6 and 09. RGB value is (187,246,9). Sum of RGB (Red+Green+Blue) = 187+246+9=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF609 is #4409F6. Grayscale: #CACACA. Windows color (decimal): -4458999 or 652987. OLE color: 652987.
HSL color Cylindrical-coordinate representation of color #BBF609: hue angle of 74.94º 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 #BBF609 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 74.94º | 0.93% | 0.5% | - |
| HSV(B) | 74.94º | 0.96% | 0.96% | - |
| XYZ | 53.5 | 76.5 | 12.2 | - |
| YUV | 201.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 9 | 0.24 | 0 | 0.96 | 0.04 | 74.94 | 0.93 | 0.5 |
| Hex | BB | F6 | 9 | 18 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 273 | 366 | 11 | 30 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111011 | 11110110 | 1001 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #BBF609
Complementary color
Monochromatic Colors of #BBF609
Black with #BBF609
Text Example
Text Example
White with #BBF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF609; }
p { color: rgb(187,246,9); }
H1.HeaderClassName
{
color: #BBF609;
}
.AnyTagClassName
{
color: #BBF609;
}
</style>
background-color css
<style>
a { background-color: #BBF609; }
a { background-color: rgb(187,246,9); }
div.DivClassName
{
background-color: #BBF609;
}
.BgClassName
{
background-color: #BBF609;
}
</style>
border-color css
<style>
span { border-color: #BBF609; }
span { border-color: rgb(187,246,9); }
td.TdClassName
{
border-color: #BBF609;
}
.TagClassName
{
border-color: #BBF609;
}
</style>