Shades of Electric Lime #BDF904
Tints of Electric Lime #BDF904
RGB
CMYK
RGB Variations
Color information
#BDF904 (or 0xBDF904) is known color: Electric Lime. HEX triplet: BD, F9 and 04. RGB value is (189,249,4). Sum of RGB (Red+Green+Blue) = 189+249+4=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF904 is #4206FB. Grayscale: #CCCCCC. Windows color (decimal): -4327164 or 326077. OLE color: 326077.
HSL color Cylindrical-coordinate representation of color #BDF904: hue angle of 74.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF904 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.69º | 0.97% | 0.5% | - |
| HSV(B) | 74.69º | 0.98% | 0.98% | - |
| XYZ | 54.88 | 78.58 | 12.39 | - |
| YUV | 203.13 | 15.62 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 4 | 0.24 | 0 | 0.98 | 0.02 | 74.69 | 0.97 | 0.5 |
| Hex | BD | F9 | 4 | 18 | 0 | 62 | 2 | 4B | 61 | 32 |
| Octal | 275 | 371 | 4 | 30 | 0 | 142 | 2 | 113 | 141 | 62 |
| Binary | 10111101 | 11111001 | 100 | 11000 | 0 | 1100010 | 10 | 1001011 | 1100001 | 110010 |
Color Harmonies of #BDF904
Complementary color
Monochromatic Colors of #BDF904
Black with #BDF904
Text Example
Text Example
White with #BDF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF904; }
p { color: rgb(189,249,4); }
H1.HeaderClassName
{
color: #BDF904;
}
.AnyTagClassName
{
color: #BDF904;
}
</style>
background-color css
<style>
a { background-color: #BDF904; }
a { background-color: rgb(189,249,4); }
div.DivClassName
{
background-color: #BDF904;
}
.BgClassName
{
background-color: #BDF904;
}
</style>
border-color css
<style>
span { border-color: #BDF904; }
span { border-color: rgb(189,249,4); }
td.TdClassName
{
border-color: #BDF904;
}
.TagClassName
{
border-color: #BDF904;
}
</style>