Shades of Electric Lime #BEF204
Tints of Electric Lime #BEF204
RGB
CMYK
RGB Variations
Color information
#BEF204 (or 0xBEF204) is known color: Electric Lime. HEX triplet: BE, F2 and 04. RGB value is (190,242,4). Sum of RGB (Red+Green+Blue) = 190+242+4=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF204 is #410DFB. Grayscale: #C8C8C8. Windows color (decimal): -4263420 or 324286. OLE color: 324286.
HSL color Cylindrical-coordinate representation of color #BEF204: hue angle of 73.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEF204 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.05 |
| HSL | 73.11º | 0.97% | 0.48% | - |
| HSV(B) | 73.11º | 0.98% | 0.95% | - |
| XYZ | 53.01 | 74.46 | 11.69 | - |
| YUV | 199.32 | 17.77 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 4 | 0.21 | 0 | 0.98 | 0.05 | 73.11 | 0.97 | 0.48 |
| Hex | BE | F2 | 4 | 15 | 0 | 62 | 5 | 49 | 61 | 30 |
| Octal | 276 | 362 | 4 | 25 | 0 | 142 | 5 | 111 | 141 | 60 |
| Binary | 10111110 | 11110010 | 100 | 10101 | 0 | 1100010 | 101 | 1001001 | 1100001 | 110000 |
Color Harmonies of #BEF204
Complementary color
Monochromatic Colors of #BEF204
Black with #BEF204
Text Example
Text Example
White with #BEF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF204; }
p { color: rgb(190,242,4); }
H1.HeaderClassName
{
color: #BEF204;
}
.AnyTagClassName
{
color: #BEF204;
}
</style>
background-color css
<style>
a { background-color: #BEF204; }
a { background-color: rgb(190,242,4); }
div.DivClassName
{
background-color: #BEF204;
}
.BgClassName
{
background-color: #BEF204;
}
</style>
border-color css
<style>
span { border-color: #BEF204; }
span { border-color: rgb(190,242,4); }
td.TdClassName
{
border-color: #BEF204;
}
.TagClassName
{
border-color: #BEF204;
}
</style>