Shades of Electric Lime #BBF90E
Tints of Electric Lime #BBF90E
RGB
CMYK
RGB Variations
Color information
#BBF90E (or 0xBBF90E) is known color: Electric Lime. HEX triplet: BB, F9 and 0E. RGB value is (187,249,14). Sum of RGB (Red+Green+Blue) = 187+249+14=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF90E is #4406F1. Grayscale: #CCCCCC. Windows color (decimal): -4458226 or 981435. OLE color: 981435.
HSL color Cylindrical-coordinate representation of color #BBF90E: hue angle of 75.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF90E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.02 |
| HSL | 75.83º | 0.95% | 0.52% | - |
| HSV(B) | 75.83º | 0.94% | 0.98% | - |
| XYZ | 54.45 | 78.35 | 12.67 | - |
| YUV | 203.67 | 20.96 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 14 | 0.25 | 0 | 0.94 | 0.02 | 75.83 | 0.95 | 0.52 |
| Hex | BB | F9 | E | 19 | 0 | 5E | 2 | 4C | 5F | 34 |
| Octal | 273 | 371 | 16 | 31 | 0 | 136 | 2 | 114 | 137 | 64 |
| Binary | 10111011 | 11111001 | 1110 | 11001 | 0 | 1011110 | 10 | 1001100 | 1011111 | 110100 |
Color Harmonies of #BBF90E
Complementary color
Monochromatic Colors of #BBF90E
Black with #BBF90E
Text Example
Text Example
White with #BBF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF90E; }
p { color: rgb(187,249,14); }
H1.HeaderClassName
{
color: #BBF90E;
}
.AnyTagClassName
{
color: #BBF90E;
}
</style>
background-color css
<style>
a { background-color: #BBF90E; }
a { background-color: rgb(187,249,14); }
div.DivClassName
{
background-color: #BBF90E;
}
.BgClassName
{
background-color: #BBF90E;
}
</style>
border-color css
<style>
span { border-color: #BBF90E; }
span { border-color: rgb(187,249,14); }
td.TdClassName
{
border-color: #BBF90E;
}
.TagClassName
{
border-color: #BBF90E;
}
</style>