Shades of Electric Lime #BBEF01
Tints of Electric Lime #BBEF01
RGB
CMYK
RGB Variations
Color information
#BBEF01 (or 0xBBEF01) is known color: Electric Lime. HEX triplet: BB, EF and 01. RGB value is (187,239,1). Sum of RGB (Red+Green+Blue) = 187+239+1=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF01 is #4410FE. Grayscale: #C5C5C5. Windows color (decimal): -4460799 or 126907. OLE color: 126907.
HSL color Cylindrical-coordinate representation of color #BBEF01: hue angle of 73.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBEF01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.06 |
| HSL | 73.11º | 0.99% | 0.47% | - |
| HSV(B) | 73.11º | 1% | 0.94% | - |
| XYZ | 51.37 | 72.3 | 11.28 | - |
| YUV | 196.32 | 17.77 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 1 | 0.22 | 0 | 1.00 | 0.06 | 73.11 | 0.99 | 0.47 |
| Hex | BB | EF | 1 | 16 | 0 | 64 | 6 | 49 | 63 | 2F |
| Octal | 273 | 357 | 1 | 26 | 0 | 144 | 6 | 111 | 143 | 57 |
| Binary | 10111011 | 11101111 | 1 | 10110 | 0 | 1100100 | 110 | 1001001 | 1100011 | 101111 |
Color Harmonies of #BBEF01
Complementary color
Monochromatic Colors of #BBEF01
Black with #BBEF01
Text Example
Text Example
White with #BBEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF01; }
p { color: rgb(187,239,1); }
H1.HeaderClassName
{
color: #BBEF01;
}
.AnyTagClassName
{
color: #BBEF01;
}
</style>
background-color css
<style>
a { background-color: #BBEF01; }
a { background-color: rgb(187,239,1); }
div.DivClassName
{
background-color: #BBEF01;
}
.BgClassName
{
background-color: #BBEF01;
}
</style>
border-color css
<style>
span { border-color: #BBEF01; }
span { border-color: rgb(187,239,1); }
td.TdClassName
{
border-color: #BBEF01;
}
.TagClassName
{
border-color: #BBEF01;
}
</style>