Shades of Electric Lime #BEFE17
Tints of Electric Lime #BEFE17
RGB
CMYK
RGB Variations
Color information
#BEFE17 (or 0xBEFE17) is known color: Electric Lime. HEX triplet: BE, FE and 17. RGB value is (190,254,23). Sum of RGB (Red+Green+Blue) = 190+254+23=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE17 is #4101E8. Grayscale: #D1D1D1. Windows color (decimal): -4260329 or 1572542. OLE color: 1572542.
HSL color Cylindrical-coordinate representation of color #BEFE17: hue angle of 76.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEFE17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.00 |
| HSL | 76.62º | 0.99% | 0.54% | - |
| HSV(B) | 76.62º | 0.91% | 1% | - |
| XYZ | 56.83 | 81.89 | 13.62 | - |
| YUV | 208.53 | 23.3 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 23 | 0.25 | 0 | 0.91 | 0.00 | 76.62 | 0.99 | 0.54 |
| Hex | BE | FE | 17 | 19 | 0 | 5B | 0 | 4D | 63 | 36 |
| Octal | 276 | 376 | 27 | 31 | 0 | 133 | 0 | 115 | 143 | 66 |
| Binary | 10111110 | 11111110 | 10111 | 11001 | 0 | 1011011 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BEFE17
Complementary color
Monochromatic Colors of #BEFE17
Black with #BEFE17
Text Example
Text Example
White with #BEFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE17; }
p { color: rgb(190,254,23); }
H1.HeaderClassName
{
color: #BEFE17;
}
.AnyTagClassName
{
color: #BEFE17;
}
</style>
background-color css
<style>
a { background-color: #BEFE17; }
a { background-color: rgb(190,254,23); }
div.DivClassName
{
background-color: #BEFE17;
}
.BgClassName
{
background-color: #BEFE17;
}
</style>
border-color css
<style>
span { border-color: #BEFE17; }
span { border-color: rgb(190,254,23); }
td.TdClassName
{
border-color: #BEFE17;
}
.TagClassName
{
border-color: #BEFE17;
}
</style>