Shades of Electric Lime #BEF70C
Tints of Electric Lime #BEF70C
RGB
CMYK
RGB Variations
Color information
#BEF70C (or 0xBEF70C) is known color: Electric Lime. HEX triplet: BE, F7 and 0C. RGB value is (190,247,12). Sum of RGB (Red+Green+Blue) = 190+247+12=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF70C is #4108F3. Grayscale: #CCCCCC. Windows color (decimal): -4262132 or 849854. OLE color: 849854.
HSL color Cylindrical-coordinate representation of color #BEF70C: hue angle of 74.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF70C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.03 |
| HSL | 74.55º | 0.94% | 0.51% | - |
| HSV(B) | 74.55º | 0.95% | 0.97% | - |
| XYZ | 54.56 | 77.5 | 12.43 | - |
| YUV | 203.17 | 20.12 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 12 | 0.23 | 0 | 0.95 | 0.03 | 74.55 | 0.94 | 0.51 |
| Hex | BE | F7 | C | 17 | 0 | 5F | 3 | 4B | 5E | 33 |
| Octal | 276 | 367 | 14 | 27 | 0 | 137 | 3 | 113 | 136 | 63 |
| Binary | 10111110 | 11110111 | 1100 | 10111 | 0 | 1011111 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BEF70C
Complementary color
Monochromatic Colors of #BEF70C
Black with #BEF70C
Text Example
Text Example
White with #BEF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF70C; }
p { color: rgb(190,247,12); }
H1.HeaderClassName
{
color: #BEF70C;
}
.AnyTagClassName
{
color: #BEF70C;
}
</style>
background-color css
<style>
a { background-color: #BEF70C; }
a { background-color: rgb(190,247,12); }
div.DivClassName
{
background-color: #BEF70C;
}
.BgClassName
{
background-color: #BEF70C;
}
</style>
border-color css
<style>
span { border-color: #BEF70C; }
span { border-color: rgb(190,247,12); }
td.TdClassName
{
border-color: #BEF70C;
}
.TagClassName
{
border-color: #BEF70C;
}
</style>