Shades of Electric Lime #BBF101
Tints of Electric Lime #BBF101
RGB
CMYK
RGB Variations
Color information
#BBF101 (or 0xBBF101) is known color: Electric Lime. HEX triplet: BB, F1 and 01. RGB value is (187,241,1). Sum of RGB (Red+Green+Blue) = 187+241+1=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF101 is #440EFE. Grayscale: #C6C6C6. Windows color (decimal): -4460287 or 127419. OLE color: 127419.
HSL color Cylindrical-coordinate representation of color #BBF101: hue angle of 73.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF101 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.05 |
| HSL | 73.5º | 0.99% | 0.47% | - |
| HSV(B) | 73.5º | 1% | 0.95% | - |
| XYZ | 51.95 | 73.48 | 11.47 | - |
| YUV | 197.49 | 17.11 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 1 | 0.22 | 0 | 1.00 | 0.05 | 73.5 | 0.99 | 0.47 |
| Hex | BB | F1 | 1 | 16 | 0 | 64 | 5 | 4A | 63 | 2F |
| Octal | 273 | 361 | 1 | 26 | 0 | 144 | 5 | 112 | 143 | 57 |
| Binary | 10111011 | 11110001 | 1 | 10110 | 0 | 1100100 | 101 | 1001010 | 1100011 | 101111 |
Color Harmonies of #BBF101
Complementary color
Monochromatic Colors of #BBF101
Black with #BBF101
Text Example
Text Example
White with #BBF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF101; }
p { color: rgb(187,241,1); }
H1.HeaderClassName
{
color: #BBF101;
}
.AnyTagClassName
{
color: #BBF101;
}
</style>
background-color css
<style>
a { background-color: #BBF101; }
a { background-color: rgb(187,241,1); }
div.DivClassName
{
background-color: #BBF101;
}
.BgClassName
{
background-color: #BBF101;
}
</style>
border-color css
<style>
span { border-color: #BBF101; }
span { border-color: rgb(187,241,1); }
td.TdClassName
{
border-color: #BBF101;
}
.TagClassName
{
border-color: #BBF101;
}
</style>