Shades of Electric Lime #BDFC0F
Tints of Electric Lime #BDFC0F
RGB
CMYK
RGB Variations
Color information
#BDFC0F (or 0xBDFC0F) is known color: Electric Lime. HEX triplet: BD, FC and 0F. RGB value is (189,252,15). Sum of RGB (Red+Green+Blue) = 189+252+15=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC0F is #4203F0. Grayscale: #CFCFCF. Windows color (decimal): -4326385 or 1047741. OLE color: 1047741.
HSL color Cylindrical-coordinate representation of color #BDFC0F: hue angle of 75.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDFC0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.95º | 0.98% | 0.52% | - |
| HSV(B) | 75.95º | 0.94% | 0.99% | - |
| XYZ | 55.88 | 80.47 | 13.04 | - |
| YUV | 206.15 | 20.13 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 15 | 0.25 | 0 | 0.94 | 0.01 | 75.95 | 0.98 | 0.52 |
| Hex | BD | FC | F | 19 | 0 | 5E | 1 | 4C | 62 | 34 |
| Octal | 275 | 374 | 17 | 31 | 0 | 136 | 1 | 114 | 142 | 64 |
| Binary | 10111101 | 11111100 | 1111 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BDFC0F
Complementary color
Monochromatic Colors of #BDFC0F
Black with #BDFC0F
Text Example
Text Example
White with #BDFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC0F; }
p { color: rgb(189,252,15); }
H1.HeaderClassName
{
color: #BDFC0F;
}
.AnyTagClassName
{
color: #BDFC0F;
}
</style>
background-color css
<style>
a { background-color: #BDFC0F; }
a { background-color: rgb(189,252,15); }
div.DivClassName
{
background-color: #BDFC0F;
}
.BgClassName
{
background-color: #BDFC0F;
}
</style>
border-color css
<style>
span { border-color: #BDFC0F; }
span { border-color: rgb(189,252,15); }
td.TdClassName
{
border-color: #BDFC0F;
}
.TagClassName
{
border-color: #BDFC0F;
}
</style>