Shades of Electric Lime #BEFC03
Tints of Electric Lime #BEFC03
RGB
CMYK
RGB Variations
Color information
#BEFC03 (or 0xBEFC03) is known color: Electric Lime. HEX triplet: BE, FC and 03. RGB value is (190,252,3). Sum of RGB (Red+Green+Blue) = 190+252+3=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC03 is #4103FC. Grayscale: #CECECE. Windows color (decimal): -4260861 or 261310. OLE color: 261310.
HSL color Cylindrical-coordinate representation of color #BEFC03: hue angle of 74.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEFC03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.01 |
| HSL | 74.94º | 0.98% | 0.5% | - |
| HSV(B) | 74.94º | 0.99% | 0.99% | - |
| XYZ | 56.06 | 80.57 | 12.68 | - |
| YUV | 205.08 | 13.96 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 3 | 0.25 | 0 | 0.99 | 0.01 | 74.94 | 0.98 | 0.5 |
| Hex | BE | FC | 3 | 19 | 0 | 63 | 1 | 4B | 62 | 32 |
| Octal | 276 | 374 | 3 | 31 | 0 | 143 | 1 | 113 | 142 | 62 |
| Binary | 10111110 | 11111100 | 11 | 11001 | 0 | 1100011 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BEFC03
Complementary color
Monochromatic Colors of #BEFC03
Black with #BEFC03
Text Example
Text Example
White with #BEFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC03; }
p { color: rgb(190,252,3); }
H1.HeaderClassName
{
color: #BEFC03;
}
.AnyTagClassName
{
color: #BEFC03;
}
</style>
background-color css
<style>
a { background-color: #BEFC03; }
a { background-color: rgb(190,252,3); }
div.DivClassName
{
background-color: #BEFC03;
}
.BgClassName
{
background-color: #BEFC03;
}
</style>
border-color css
<style>
span { border-color: #BEFC03; }
span { border-color: rgb(190,252,3); }
td.TdClassName
{
border-color: #BEFC03;
}
.TagClassName
{
border-color: #BEFC03;
}
</style>