Shades of Electric Lime #BDF804
Tints of Electric Lime #BDF804
RGB
CMYK
RGB Variations
Color information
#BDF804 (or 0xBDF804) is known color: Electric Lime. HEX triplet: BD, F8 and 04. RGB value is (189,248,4). Sum of RGB (Red+Green+Blue) = 189+248+4=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF804 is #4207FB. Grayscale: #CBCBCB. Windows color (decimal): -4327420 or 325821. OLE color: 325821.
HSL color Cylindrical-coordinate representation of color #BDF804: hue angle of 74.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF804 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.03 |
| HSL | 74.51º | 0.97% | 0.49% | - |
| HSV(B) | 74.51º | 0.98% | 0.97% | - |
| XYZ | 54.58 | 77.96 | 12.29 | - |
| YUV | 202.54 | 15.95 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 4 | 0.24 | 0 | 0.98 | 0.03 | 74.51 | 0.97 | 0.49 |
| Hex | BD | F8 | 4 | 18 | 0 | 62 | 3 | 4B | 61 | 31 |
| Octal | 275 | 370 | 4 | 30 | 0 | 142 | 3 | 113 | 141 | 61 |
| Binary | 10111101 | 11111000 | 100 | 11000 | 0 | 1100010 | 11 | 1001011 | 1100001 | 110001 |
Color Harmonies of #BDF804
Complementary color
Monochromatic Colors of #BDF804
Black with #BDF804
Text Example
Text Example
White with #BDF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF804; }
p { color: rgb(189,248,4); }
H1.HeaderClassName
{
color: #BDF804;
}
.AnyTagClassName
{
color: #BDF804;
}
</style>
background-color css
<style>
a { background-color: #BDF804; }
a { background-color: rgb(189,248,4); }
div.DivClassName
{
background-color: #BDF804;
}
.BgClassName
{
background-color: #BDF804;
}
</style>
border-color css
<style>
span { border-color: #BDF804; }
span { border-color: rgb(189,248,4); }
td.TdClassName
{
border-color: #BDF804;
}
.TagClassName
{
border-color: #BDF804;
}
</style>