Shades of Electric Lime #BBEE00
Tints of Electric Lime #BBEE00
RGB
CMYK
RGB Variations
Color information
#BBEE00 (or 0xBBEE00) is known color: Electric Lime. HEX triplet: BB, EE and 00. RGB value is (187,238,0). Sum of RGB (Red+Green+Blue) = 187+238+0=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEE00 is #4411FF. Grayscale: #C4C4C4. Windows color (decimal): -4461056 or 61115. OLE color: 61115.
HSL color Cylindrical-coordinate representation of color #BBEE00: hue angle of 72.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBEE00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.07 |
| HSL | 72.86º | 1% | 0.47% | - |
| HSV(B) | 72.86º | 1% | 0.93% | - |
| XYZ | 51.07 | 71.71 | 11.15 | - |
| YUV | 195.62 | 17.6 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 0 | 0.21 | 0 | 1 | 0.07 | 72.86 | 1 | 0.47 |
| Hex | BB | EE | 0 | 15 | 0 | 64 | 7 | 49 | 64 | 2F |
| Octal | 273 | 356 | 0 | 25 | 0 | 144 | 7 | 111 | 144 | 57 |
| Binary | 10111011 | 11101110 | 0 | 10101 | 0 | 1100100 | 111 | 1001001 | 1100100 | 101111 |
Color Harmonies of #BBEE00
Complementary color
Monochromatic Colors of #BBEE00
Black with #BBEE00
Text Example
Text Example
White with #BBEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE00; }
p { color: rgb(187,238,0); }
H1.HeaderClassName
{
color: #BBEE00;
}
.AnyTagClassName
{
color: #BBEE00;
}
</style>
background-color css
<style>
a { background-color: #BBEE00; }
a { background-color: rgb(187,238,0); }
div.DivClassName
{
background-color: #BBEE00;
}
.BgClassName
{
background-color: #BBEE00;
}
</style>
border-color css
<style>
span { border-color: #BBEE00; }
span { border-color: rgb(187,238,0); }
td.TdClassName
{
border-color: #BBEE00;
}
.TagClassName
{
border-color: #BBEE00;
}
</style>