Shades of Electric Lime #BEFD0F
Tints of Electric Lime #BEFD0F
RGB
CMYK
RGB Variations
Color information
#BEFD0F (or 0xBEFD0F) is known color: Electric Lime. HEX triplet: BE, FD and 0F. RGB value is (190,253,15). Sum of RGB (Red+Green+Blue) = 190+253+15=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD0F is #4102F0. Grayscale: #CFCFCF. Windows color (decimal): -4260593 or 1047998. OLE color: 1047998.
HSL color Cylindrical-coordinate representation of color #BEFD0F: hue angle of 75.88º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEFD0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.88º | 0.98% | 0.53% | - |
| HSV(B) | 75.88º | 0.94% | 0.99% | - |
| XYZ | 56.45 | 81.23 | 13.16 | - |
| YUV | 207.03 | 19.63 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 15 | 0.25 | 0 | 0.94 | 0.01 | 75.88 | 0.98 | 0.53 |
| Hex | BE | FD | F | 19 | 0 | 5E | 1 | 4C | 62 | 35 |
| Octal | 276 | 375 | 17 | 31 | 0 | 136 | 1 | 114 | 142 | 65 |
| Binary | 10111110 | 11111101 | 1111 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BEFD0F
Complementary color
Monochromatic Colors of #BEFD0F
Black with #BEFD0F
Text Example
Text Example
White with #BEFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD0F; }
p { color: rgb(190,253,15); }
H1.HeaderClassName
{
color: #BEFD0F;
}
.AnyTagClassName
{
color: #BEFD0F;
}
</style>
background-color css
<style>
a { background-color: #BEFD0F; }
a { background-color: rgb(190,253,15); }
div.DivClassName
{
background-color: #BEFD0F;
}
.BgClassName
{
background-color: #BEFD0F;
}
</style>
border-color css
<style>
span { border-color: #BEFD0F; }
span { border-color: rgb(190,253,15); }
td.TdClassName
{
border-color: #BEFD0F;
}
.TagClassName
{
border-color: #BEFD0F;
}
</style>