Shades of Electric Lime #BEFF08
Tints of Electric Lime #BEFF08
RGB
CMYK
RGB Variations
Color information
#BEFF08 (or 0xBEFF08) is known color: Electric Lime. HEX triplet: BE, FF and 08. RGB value is (190,255,8). Sum of RGB (Red+Green+Blue) = 190+255+8=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF08 is #4100F7. Grayscale: #D0D0D0. Windows color (decimal): -4260088 or 589758. OLE color: 589758.
HSL color Cylindrical-coordinate representation of color #BEFF08: hue angle of 75.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEFF08 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0 |
| HSL | 75.79º | 1% | 0.52% | - |
| HSV(B) | 75.79º | 0.97% | 1% | - |
| XYZ | 57.04 | 82.48 | 13.14 | - |
| YUV | 207.41 | 15.47 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 8 | 0.25 | 0 | 0.97 | 0 | 75.79 | 1 | 0.52 |
| Hex | BE | FF | 8 | 19 | 0 | 61 | 0 | 4C | 64 | 34 |
| Octal | 276 | 377 | 10 | 31 | 0 | 141 | 0 | 114 | 144 | 64 |
| Binary | 10111110 | 11111111 | 1000 | 11001 | 0 | 1100001 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BEFF08
Complementary color
Monochromatic Colors of #BEFF08
Black with #BEFF08
Text Example
Text Example
White with #BEFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF08; }
p { color: rgb(190,255,8); }
H1.HeaderClassName
{
color: #BEFF08;
}
.AnyTagClassName
{
color: #BEFF08;
}
</style>
background-color css
<style>
a { background-color: #BEFF08; }
a { background-color: rgb(190,255,8); }
div.DivClassName
{
background-color: #BEFF08;
}
.BgClassName
{
background-color: #BEFF08;
}
</style>
border-color css
<style>
span { border-color: #BEFF08; }
span { border-color: rgb(190,255,8); }
td.TdClassName
{
border-color: #BEFF08;
}
.TagClassName
{
border-color: #BEFF08;
}
</style>