Shades of Electric Lime #BEFE05
Tints of Electric Lime #BEFE05
RGB
CMYK
RGB Variations
Color information
#BEFE05 (or 0xBEFE05) is known color: Electric Lime. HEX triplet: BE, FE and 05. RGB value is (190,254,5). Sum of RGB (Red+Green+Blue) = 190+254+5=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE05 is #4101FA. Grayscale: #CFCFCF. Windows color (decimal): -4260347 or 392894. OLE color: 392894.
HSL color Cylindrical-coordinate representation of color #BEFE05: hue angle of 75.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEFE05 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.00 |
| HSL | 75.42º | 0.99% | 0.51% | - |
| HSV(B) | 75.42º | 0.98% | 1% | - |
| XYZ | 56.7 | 81.84 | 12.95 | - |
| YUV | 206.48 | 14.3 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 5 | 0.25 | 0 | 0.98 | 0.00 | 75.42 | 0.99 | 0.51 |
| Hex | BE | FE | 5 | 19 | 0 | 62 | 0 | 4B | 63 | 33 |
| Octal | 276 | 376 | 5 | 31 | 0 | 142 | 0 | 113 | 143 | 63 |
| Binary | 10111110 | 11111110 | 101 | 11001 | 0 | 1100010 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #BEFE05
Complementary color
Monochromatic Colors of #BEFE05
Black with #BEFE05
Text Example
Text Example
White with #BEFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE05; }
p { color: rgb(190,254,5); }
H1.HeaderClassName
{
color: #BEFE05;
}
.AnyTagClassName
{
color: #BEFE05;
}
</style>
background-color css
<style>
a { background-color: #BEFE05; }
a { background-color: rgb(190,254,5); }
div.DivClassName
{
background-color: #BEFE05;
}
.BgClassName
{
background-color: #BEFE05;
}
</style>
border-color css
<style>
span { border-color: #BEFE05; }
span { border-color: rgb(190,254,5); }
td.TdClassName
{
border-color: #BEFE05;
}
.TagClassName
{
border-color: #BEFE05;
}
</style>