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