Shades of Electric Lime #BEFE09
Tints of Electric Lime #BEFE09
RGB
CMYK
RGB Variations
Color information
#BEFE09 (or 0xBEFE09) is known color: Electric Lime. HEX triplet: BE, FE and 09. RGB value is (190,254,9). Sum of RGB (Red+Green+Blue) = 190+254+9=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE09 is #4101F6. Grayscale: #CFCFCF. Windows color (decimal): -4260343 or 655038. OLE color: 655038.
HSL color Cylindrical-coordinate representation of color #BEFE09: hue angle of 75.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEFE09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.00 |
| HSL | 75.67º | 0.99% | 0.52% | - |
| HSV(B) | 75.67º | 0.96% | 1% | - |
| XYZ | 56.73 | 81.85 | 13.07 | - |
| YUV | 206.93 | 16.3 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 9 | 0.25 | 0 | 0.96 | 0.00 | 75.67 | 0.99 | 0.52 |
| Hex | BE | FE | 9 | 19 | 0 | 60 | 0 | 4C | 63 | 34 |
| Octal | 276 | 376 | 11 | 31 | 0 | 140 | 0 | 114 | 143 | 64 |
| Binary | 10111110 | 11111110 | 1001 | 11001 | 0 | 1100000 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BEFE09
Complementary color
Monochromatic Colors of #BEFE09
Black with #BEFE09
Text Example
Text Example
White with #BEFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE09; }
p { color: rgb(190,254,9); }
H1.HeaderClassName
{
color: #BEFE09;
}
.AnyTagClassName
{
color: #BEFE09;
}
</style>
background-color css
<style>
a { background-color: #BEFE09; }
a { background-color: rgb(190,254,9); }
div.DivClassName
{
background-color: #BEFE09;
}
.BgClassName
{
background-color: #BEFE09;
}
</style>
border-color css
<style>
span { border-color: #BEFE09; }
span { border-color: rgb(190,254,9); }
td.TdClassName
{
border-color: #BEFE09;
}
.TagClassName
{
border-color: #BEFE09;
}
</style>