Shades of Electric Lime #BEFC0C
Tints of Electric Lime #BEFC0C
RGB
CMYK
RGB Variations
Color information
#BEFC0C (or 0xBEFC0C) is known color: Electric Lime. HEX triplet: BE, FC and 0C. RGB value is (190,252,12). Sum of RGB (Red+Green+Blue) = 190+252+12=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC0C is #4103F3. Grayscale: #CECECE. Windows color (decimal): -4260852 or 851134. OLE color: 851134.
HSL color Cylindrical-coordinate representation of color #BEFC0C: hue angle of 75.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEFC0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.01 |
| HSL | 75.5º | 0.98% | 0.52% | - |
| HSV(B) | 75.5º | 0.95% | 0.99% | - |
| XYZ | 56.11 | 80.59 | 12.95 | - |
| YUV | 206.1 | 18.46 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 12 | 0.25 | 0 | 0.95 | 0.01 | 75.5 | 0.98 | 0.52 |
| Hex | BE | FC | C | 19 | 0 | 5F | 1 | 4C | 62 | 34 |
| Octal | 276 | 374 | 14 | 31 | 0 | 137 | 1 | 114 | 142 | 64 |
| Binary | 10111110 | 11111100 | 1100 | 11001 | 0 | 1011111 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BEFC0C
Complementary color
Monochromatic Colors of #BEFC0C
Black with #BEFC0C
Text Example
Text Example
White with #BEFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC0C; }
p { color: rgb(190,252,12); }
H1.HeaderClassName
{
color: #BEFC0C;
}
.AnyTagClassName
{
color: #BEFC0C;
}
</style>
background-color css
<style>
a { background-color: #BEFC0C; }
a { background-color: rgb(190,252,12); }
div.DivClassName
{
background-color: #BEFC0C;
}
.BgClassName
{
background-color: #BEFC0C;
}
</style>
border-color css
<style>
span { border-color: #BEFC0C; }
span { border-color: rgb(190,252,12); }
td.TdClassName
{
border-color: #BEFC0C;
}
.TagClassName
{
border-color: #BEFC0C;
}
</style>