Shades of Electric Lime #BEFF06
Tints of Electric Lime #BEFF06
RGB
CMYK
RGB Variations
Color information
#BEFF06 (or 0xBEFF06) is known color: Electric Lime. HEX triplet: BE, FF and 06. RGB value is (190,255,6). Sum of RGB (Red+Green+Blue) = 190+255+6=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF06 is #4100F9. Grayscale: #D0D0D0. Windows color (decimal): -4260090 or 458686. OLE color: 458686.
HSL color Cylindrical-coordinate representation of color #BEFF06: hue angle of 75.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEFF06 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 6 | - |
| CMYK | 0.25 | 0 | 0.98 | 0 |
| HSL | 75.66º | 1% | 0.51% | - |
| HSV(B) | 75.66º | 0.98% | 1% | - |
| XYZ | 57.03 | 82.48 | 13.09 | - |
| YUV | 207.18 | 14.47 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 6 | 0.25 | 0 | 0.98 | 0 | 75.66 | 1 | 0.51 |
| Hex | BE | FF | 6 | 19 | 0 | 62 | 0 | 4C | 64 | 33 |
| Octal | 276 | 377 | 6 | 31 | 0 | 142 | 0 | 114 | 144 | 63 |
| Binary | 10111110 | 11111111 | 110 | 11001 | 0 | 1100010 | 0 | 1001100 | 1100100 | 110011 |
Color Harmonies of #BEFF06
Complementary color
Monochromatic Colors of #BEFF06
Black with #BEFF06
Text Example
Text Example
White with #BEFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF06; }
p { color: rgb(190,255,6); }
H1.HeaderClassName
{
color: #BEFF06;
}
.AnyTagClassName
{
color: #BEFF06;
}
</style>
background-color css
<style>
a { background-color: #BEFF06; }
a { background-color: rgb(190,255,6); }
div.DivClassName
{
background-color: #BEFF06;
}
.BgClassName
{
background-color: #BEFF06;
}
</style>
border-color css
<style>
span { border-color: #BEFF06; }
span { border-color: rgb(190,255,6); }
td.TdClassName
{
border-color: #BEFF06;
}
.TagClassName
{
border-color: #BEFF06;
}
</style>