Shades of Electric Lime #BEFF02
Tints of Electric Lime #BEFF02
RGB
CMYK
RGB Variations
Color information
#BEFF02 (or 0xBEFF02) is known color: Electric Lime. HEX triplet: BE, FF and 02. RGB value is (190,255,2). Sum of RGB (Red+Green+Blue) = 190+255+2=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF02 is #4100FD. Grayscale: #CFCFCF. Windows color (decimal): -4260094 or 196542. OLE color: 196542.
HSL color Cylindrical-coordinate representation of color #BEFF02: hue angle of 75.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEFF02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0 |
| HSL | 75.42º | 1% | 0.5% | - |
| HSV(B) | 75.42º | 0.99% | 1% | - |
| XYZ | 57.01 | 82.47 | 12.97 | - |
| YUV | 206.72 | 12.47 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 2 | 0.25 | 0 | 0.99 | 0 | 75.42 | 1 | 0.5 |
| Hex | BE | FF | 2 | 19 | 0 | 63 | 0 | 4B | 64 | 32 |
| Octal | 276 | 377 | 2 | 31 | 0 | 143 | 0 | 113 | 144 | 62 |
| Binary | 10111110 | 11111111 | 10 | 11001 | 0 | 1100011 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #BEFF02
Complementary color
Monochromatic Colors of #BEFF02
Black with #BEFF02
Text Example
Text Example
White with #BEFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF02; }
p { color: rgb(190,255,2); }
H1.HeaderClassName
{
color: #BEFF02;
}
.AnyTagClassName
{
color: #BEFF02;
}
</style>
background-color css
<style>
a { background-color: #BEFF02; }
a { background-color: rgb(190,255,2); }
div.DivClassName
{
background-color: #BEFF02;
}
.BgClassName
{
background-color: #BEFF02;
}
</style>
border-color css
<style>
span { border-color: #BEFF02; }
span { border-color: rgb(190,255,2); }
td.TdClassName
{
border-color: #BEFF02;
}
.TagClassName
{
border-color: #BEFF02;
}
</style>