Shades of Electric Lime #BBF90C
Tints of Electric Lime #BBF90C
RGB
CMYK
RGB Variations
Color information
#BBF90C (or 0xBBF90C) is known color: Electric Lime. HEX triplet: BB, F9 and 0C. RGB value is (187,249,12). Sum of RGB (Red+Green+Blue) = 187+249+12=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF90C is #4406F3. Grayscale: #CCCCCC. Windows color (decimal): -4458228 or 850363. OLE color: 850363.
HSL color Cylindrical-coordinate representation of color #BBF90C: hue angle of 75.7º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF90C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.02 |
| HSL | 75.7º | 0.95% | 0.51% | - |
| HSV(B) | 75.7º | 0.95% | 0.98% | - |
| XYZ | 54.44 | 78.34 | 12.6 | - |
| YUV | 203.44 | 19.96 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 12 | 0.25 | 0 | 0.95 | 0.02 | 75.7 | 0.95 | 0.51 |
| Hex | BB | F9 | C | 19 | 0 | 5F | 2 | 4C | 5F | 33 |
| Octal | 273 | 371 | 14 | 31 | 0 | 137 | 2 | 114 | 137 | 63 |
| Binary | 10111011 | 11111001 | 1100 | 11001 | 0 | 1011111 | 10 | 1001100 | 1011111 | 110011 |
Color Harmonies of #BBF90C
Complementary color
Monochromatic Colors of #BBF90C
Black with #BBF90C
Text Example
Text Example
White with #BBF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF90C; }
p { color: rgb(187,249,12); }
H1.HeaderClassName
{
color: #BBF90C;
}
.AnyTagClassName
{
color: #BBF90C;
}
</style>
background-color css
<style>
a { background-color: #BBF90C; }
a { background-color: rgb(187,249,12); }
div.DivClassName
{
background-color: #BBF90C;
}
.BgClassName
{
background-color: #BBF90C;
}
</style>
border-color css
<style>
span { border-color: #BBF90C; }
span { border-color: rgb(187,249,12); }
td.TdClassName
{
border-color: #BBF90C;
}
.TagClassName
{
border-color: #BBF90C;
}
</style>