Shades of Electric Lime #BEFF09
Tints of Electric Lime #BEFF09
RGB
CMYK
RGB Variations
Color information
#BEFF09 (or 0xBEFF09) is known color: Electric Lime. HEX triplet: BE, FF and 09. RGB value is (190,255,9). Sum of RGB (Red+Green+Blue) = 190+255+9=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF09 is #4100F6. Grayscale: #D0D0D0. Windows color (decimal): -4260087 or 655294. OLE color: 655294.
HSL color Cylindrical-coordinate representation of color #BEFF09: hue angle of 75.85º 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 #BEFF09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0 |
| HSL | 75.85º | 1% | 0.52% | - |
| HSV(B) | 75.85º | 0.96% | 1% | - |
| XYZ | 57.04 | 82.49 | 13.17 | - |
| YUV | 207.52 | 15.97 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 9 | 0.25 | 0 | 0.96 | 0 | 75.85 | 1 | 0.52 |
| Hex | BE | FF | 9 | 19 | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 276 | 377 | 11 | 31 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111110 | 11111111 | 1001 | 11001 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BEFF09
Complementary color
Monochromatic Colors of #BEFF09
Black with #BEFF09
Text Example
Text Example
White with #BEFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF09; }
p { color: rgb(190,255,9); }
H1.HeaderClassName
{
color: #BEFF09;
}
.AnyTagClassName
{
color: #BEFF09;
}
</style>
background-color css
<style>
a { background-color: #BEFF09; }
a { background-color: rgb(190,255,9); }
div.DivClassName
{
background-color: #BEFF09;
}
.BgClassName
{
background-color: #BEFF09;
}
</style>
border-color css
<style>
span { border-color: #BEFF09; }
span { border-color: rgb(190,255,9); }
td.TdClassName
{
border-color: #BEFF09;
}
.TagClassName
{
border-color: #BEFF09;
}
</style>