Shades of Electric Lime #BEFE0D
Tints of Electric Lime #BEFE0D
RGB
CMYK
RGB Variations
Color information
#BEFE0D (or 0xBEFE0D) is known color: Electric Lime. HEX triplet: BE, FE and 0D. RGB value is (190,254,13). Sum of RGB (Red+Green+Blue) = 190+254+13=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE0D is #4101F2. Grayscale: #D0D0D0. Windows color (decimal): -4260339 or 917182. OLE color: 917182.
HSL color Cylindrical-coordinate representation of color #BEFE0D: hue angle of 75.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEFE0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 13 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.00 |
| HSL | 75.93º | 0.99% | 0.52% | - |
| HSV(B) | 75.93º | 0.95% | 1% | - |
| XYZ | 56.75 | 81.86 | 13.19 | - |
| YUV | 207.39 | 18.3 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 13 | 0.25 | 0 | 0.95 | 0.00 | 75.93 | 0.99 | 0.52 |
| Hex | BE | FE | D | 19 | 0 | 5F | 0 | 4C | 63 | 34 |
| Octal | 276 | 376 | 15 | 31 | 0 | 137 | 0 | 114 | 143 | 64 |
| Binary | 10111110 | 11111110 | 1101 | 11001 | 0 | 1011111 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BEFE0D
Complementary color
Monochromatic Colors of #BEFE0D
Black with #BEFE0D
Text Example
Text Example
White with #BEFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE0D; }
p { color: rgb(190,254,13); }
H1.HeaderClassName
{
color: #BEFE0D;
}
.AnyTagClassName
{
color: #BEFE0D;
}
</style>
background-color css
<style>
a { background-color: #BEFE0D; }
a { background-color: rgb(190,254,13); }
div.DivClassName
{
background-color: #BEFE0D;
}
.BgClassName
{
background-color: #BEFE0D;
}
</style>
border-color css
<style>
span { border-color: #BEFE0D; }
span { border-color: rgb(190,254,13); }
td.TdClassName
{
border-color: #BEFE0D;
}
.TagClassName
{
border-color: #BEFE0D;
}
</style>