Shades of Electric Lime #BEFF0D
Tints of Electric Lime #BEFF0D
RGB
CMYK
RGB Variations
Color information
#BEFF0D (or 0xBEFF0D) is known color: Electric Lime. HEX triplet: BE, FF and 0D. RGB value is (190,255,13). Sum of RGB (Red+Green+Blue) = 190+255+13=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF0D is #4100F2. Grayscale: #D0D0D0. Windows color (decimal): -4260083 or 917438. OLE color: 917438.
HSL color Cylindrical-coordinate representation of color #BEFF0D: hue angle of 76.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEFF0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 13 | - |
| CMYK | 0.25 | 0 | 0.95 | 0 |
| HSL | 76.12º | 1% | 0.53% | - |
| HSV(B) | 76.12º | 0.95% | 1% | - |
| XYZ | 57.07 | 82.5 | 13.3 | - |
| YUV | 207.98 | 17.97 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 13 | 0.25 | 0 | 0.95 | 0 | 76.12 | 1 | 0.53 |
| Hex | BE | FF | D | 19 | 0 | 5F | 0 | 4C | 64 | 35 |
| Octal | 276 | 377 | 15 | 31 | 0 | 137 | 0 | 114 | 144 | 65 |
| Binary | 10111110 | 11111111 | 1101 | 11001 | 0 | 1011111 | 0 | 1001100 | 1100100 | 110101 |
Color Harmonies of #BEFF0D
Complementary color
Monochromatic Colors of #BEFF0D
Black with #BEFF0D
Text Example
Text Example
White with #BEFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF0D; }
p { color: rgb(190,255,13); }
H1.HeaderClassName
{
color: #BEFF0D;
}
.AnyTagClassName
{
color: #BEFF0D;
}
</style>
background-color css
<style>
a { background-color: #BEFF0D; }
a { background-color: rgb(190,255,13); }
div.DivClassName
{
background-color: #BEFF0D;
}
.BgClassName
{
background-color: #BEFF0D;
}
</style>
border-color css
<style>
span { border-color: #BEFF0D; }
span { border-color: rgb(190,255,13); }
td.TdClassName
{
border-color: #BEFF0D;
}
.TagClassName
{
border-color: #BEFF0D;
}
</style>