Shades of Electric Lime #BBF803
Tints of Electric Lime #BBF803
RGB
CMYK
RGB Variations
Color information
#BBF803 (or 0xBBF803) is known color: Electric Lime. HEX triplet: BB, F8 and 03. RGB value is (187,248,3). Sum of RGB (Red+Green+Blue) = 187+248+3=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF803 is #4407FC. Grayscale: #CACACA. Windows color (decimal): -4458493 or 260283. OLE color: 260283.
HSL color Cylindrical-coordinate representation of color #BBF803: hue angle of 74.94º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBF803 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.03 |
| HSL | 74.94º | 0.98% | 0.49% | - |
| HSV(B) | 74.94º | 0.99% | 0.97% | - |
| XYZ | 54.08 | 77.71 | 12.23 | - |
| YUV | 201.83 | 15.79 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 3 | 0.25 | 0 | 0.99 | 0.03 | 74.94 | 0.98 | 0.49 |
| Hex | BB | F8 | 3 | 19 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 273 | 370 | 3 | 31 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111011 | 11111000 | 11 | 11001 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BBF803
Complementary color
Monochromatic Colors of #BBF803
Black with #BBF803
Text Example
Text Example
White with #BBF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF803; }
p { color: rgb(187,248,3); }
H1.HeaderClassName
{
color: #BBF803;
}
.AnyTagClassName
{
color: #BBF803;
}
</style>
background-color css
<style>
a { background-color: #BBF803; }
a { background-color: rgb(187,248,3); }
div.DivClassName
{
background-color: #BBF803;
}
.BgClassName
{
background-color: #BBF803;
}
</style>
border-color css
<style>
span { border-color: #BBF803; }
span { border-color: rgb(187,248,3); }
td.TdClassName
{
border-color: #BBF803;
}
.TagClassName
{
border-color: #BBF803;
}
</style>