Shades of Electric Lime #BEF90C
Tints of Electric Lime #BEF90C
RGB
CMYK
RGB Variations
Color information
#BEF90C (or 0xBEF90C) is known color: Electric Lime. HEX triplet: BE, F9 and 0C. RGB value is (190,249,12). Sum of RGB (Red+Green+Blue) = 190+249+12=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF90C is #4106F3. Grayscale: #CDCDCD. Windows color (decimal): -4261620 or 850366. OLE color: 850366.
HSL color Cylindrical-coordinate representation of color #BEF90C: hue angle of 74.94º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF90C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.02 |
| HSL | 74.94º | 0.95% | 0.51% | - |
| HSV(B) | 74.94º | 0.95% | 0.98% | - |
| XYZ | 55.18 | 78.73 | 12.64 | - |
| YUV | 204.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 12 | 0.24 | 0 | 0.95 | 0.02 | 74.94 | 0.95 | 0.51 |
| Hex | BE | F9 | C | 18 | 0 | 5F | 2 | 4B | 5F | 33 |
| Octal | 276 | 371 | 14 | 30 | 0 | 137 | 2 | 113 | 137 | 63 |
| Binary | 10111110 | 11111001 | 1100 | 11000 | 0 | 1011111 | 10 | 1001011 | 1011111 | 110011 |
Color Harmonies of #BEF90C
Complementary color
Monochromatic Colors of #BEF90C
Black with #BEF90C
Text Example
Text Example
White with #BEF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF90C; }
p { color: rgb(190,249,12); }
H1.HeaderClassName
{
color: #BEF90C;
}
.AnyTagClassName
{
color: #BEF90C;
}
</style>
background-color css
<style>
a { background-color: #BEF90C; }
a { background-color: rgb(190,249,12); }
div.DivClassName
{
background-color: #BEF90C;
}
.BgClassName
{
background-color: #BEF90C;
}
</style>
border-color css
<style>
span { border-color: #BEF90C; }
span { border-color: rgb(190,249,12); }
td.TdClassName
{
border-color: #BEF90C;
}
.TagClassName
{
border-color: #BEF90C;
}
</style>