Shades of Electric Lime #BDF404
Tints of Electric Lime #BDF404
RGB
CMYK
RGB Variations
Color information
#BDF404 (or 0xBDF404) is known color: Electric Lime. HEX triplet: BD, F4 and 04. RGB value is (189,244,4). Sum of RGB (Red+Green+Blue) = 189+244+4=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF404 is #420BFB. Grayscale: #C9C9C9. Windows color (decimal): -4328444 or 324797. OLE color: 324797.
HSL color Cylindrical-coordinate representation of color #BDF404: hue angle of 73.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.04 |
| HSL | 73.75º | 0.97% | 0.49% | - |
| HSV(B) | 73.75º | 0.98% | 0.96% | - |
| XYZ | 53.36 | 75.53 | 11.88 | - |
| YUV | 200.2 | 17.28 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 4 | 0.23 | 0 | 0.98 | 0.04 | 73.75 | 0.97 | 0.49 |
| Hex | BD | F4 | 4 | 17 | 0 | 62 | 4 | 4A | 61 | 31 |
| Octal | 275 | 364 | 4 | 27 | 0 | 142 | 4 | 112 | 141 | 61 |
| Binary | 10111101 | 11110100 | 100 | 10111 | 0 | 1100010 | 100 | 1001010 | 1100001 | 110001 |
Color Harmonies of #BDF404
Complementary color
Monochromatic Colors of #BDF404
Black with #BDF404
Text Example
Text Example
White with #BDF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF404; }
p { color: rgb(189,244,4); }
H1.HeaderClassName
{
color: #BDF404;
}
.AnyTagClassName
{
color: #BDF404;
}
</style>
background-color css
<style>
a { background-color: #BDF404; }
a { background-color: rgb(189,244,4); }
div.DivClassName
{
background-color: #BDF404;
}
.BgClassName
{
background-color: #BDF404;
}
</style>
border-color css
<style>
span { border-color: #BDF404; }
span { border-color: rgb(189,244,4); }
td.TdClassName
{
border-color: #BDF404;
}
.TagClassName
{
border-color: #BDF404;
}
</style>