Shades of Electric Lime #BBF201
Tints of Electric Lime #BBF201
RGB
CMYK
RGB Variations
Color information
#BBF201 (or 0xBBF201) is known color: Electric Lime. HEX triplet: BB, F2 and 01. RGB value is (187,242,1). Sum of RGB (Red+Green+Blue) = 187+242+1=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF201 is #440DFE. Grayscale: #C6C6C6. Windows color (decimal): -4460031 or 127675. OLE color: 127675.
HSL color Cylindrical-coordinate representation of color #BBF201: hue angle of 73.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF201 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.05 |
| HSL | 73.69º | 0.99% | 0.48% | - |
| HSV(B) | 73.69º | 1% | 0.95% | - |
| XYZ | 52.25 | 74.07 | 11.57 | - |
| YUV | 198.08 | 16.78 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 1 | 0.23 | 0 | 1.00 | 0.05 | 73.69 | 0.99 | 0.48 |
| Hex | BB | F2 | 1 | 17 | 0 | 64 | 5 | 4A | 63 | 30 |
| Octal | 273 | 362 | 1 | 27 | 0 | 144 | 5 | 112 | 143 | 60 |
| Binary | 10111011 | 11110010 | 1 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100011 | 110000 |
Color Harmonies of #BBF201
Complementary color
Monochromatic Colors of #BBF201
Black with #BBF201
Text Example
Text Example
White with #BBF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF201; }
p { color: rgb(187,242,1); }
H1.HeaderClassName
{
color: #BBF201;
}
.AnyTagClassName
{
color: #BBF201;
}
</style>
background-color css
<style>
a { background-color: #BBF201; }
a { background-color: rgb(187,242,1); }
div.DivClassName
{
background-color: #BBF201;
}
.BgClassName
{
background-color: #BBF201;
}
</style>
border-color css
<style>
span { border-color: #BBF201; }
span { border-color: rgb(187,242,1); }
td.TdClassName
{
border-color: #BBF201;
}
.TagClassName
{
border-color: #BBF201;
}
</style>