Shades of Electric Lime #BEFF0B
Tints of Electric Lime #BEFF0B
RGB
CMYK
RGB Variations
Color information
#BEFF0B (or 0xBEFF0B) is known color: Electric Lime. HEX triplet: BE, FF and 0B. RGB value is (190,255,11). Sum of RGB (Red+Green+Blue) = 190+255+11=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF0B is #4100F4. Grayscale: #D0D0D0. Windows color (decimal): -4260085 or 786366. OLE color: 786366.
HSL color Cylindrical-coordinate representation of color #BEFF0B: hue angle of 75.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEFF0B is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 11 | - |
| CMYK | 0.25 | 0 | 0.96 | 0 |
| HSL | 75.98º | 1% | 0.52% | - |
| HSV(B) | 75.98º | 0.96% | 1% | - |
| XYZ | 57.06 | 82.49 | 13.23 | - |
| YUV | 207.75 | 16.97 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 11 | 0.25 | 0 | 0.96 | 0 | 75.98 | 1 | 0.52 |
| Hex | BE | FF | B | 19 | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 276 | 377 | 13 | 31 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111110 | 11111111 | 1011 | 11001 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BEFF0B
Complementary color
Monochromatic Colors of #BEFF0B
Black with #BEFF0B
Text Example
Text Example
White with #BEFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF0B; }
p { color: rgb(190,255,11); }
H1.HeaderClassName
{
color: #BEFF0B;
}
.AnyTagClassName
{
color: #BEFF0B;
}
</style>
background-color css
<style>
a { background-color: #BEFF0B; }
a { background-color: rgb(190,255,11); }
div.DivClassName
{
background-color: #BEFF0B;
}
.BgClassName
{
background-color: #BEFF0B;
}
</style>
border-color css
<style>
span { border-color: #BEFF0B; }
span { border-color: rgb(190,255,11); }
td.TdClassName
{
border-color: #BEFF0B;
}
.TagClassName
{
border-color: #BEFF0B;
}
</style>