Shades of Electric Lime #BDF504
Tints of Electric Lime #BDF504
RGB
CMYK
RGB Variations
Color information
#BDF504 (or 0xBDF504) is known color: Electric Lime. HEX triplet: BD, F5 and 04. RGB value is (189,245,4). Sum of RGB (Red+Green+Blue) = 189+245+4=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF504 is #420AFB. Grayscale: #C9C9C9. Windows color (decimal): -4328188 or 325053. OLE color: 325053.
HSL color Cylindrical-coordinate representation of color #BDF504: hue angle of 73.94º 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 #BDF504 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.04 |
| HSL | 73.94º | 0.97% | 0.49% | - |
| HSV(B) | 73.94º | 0.98% | 0.96% | - |
| XYZ | 53.66 | 76.13 | 11.98 | - |
| YUV | 200.78 | 16.95 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 4 | 0.23 | 0 | 0.98 | 0.04 | 73.94 | 0.97 | 0.49 |
| Hex | BD | F5 | 4 | 17 | 0 | 62 | 4 | 4A | 61 | 31 |
| Octal | 275 | 365 | 4 | 27 | 0 | 142 | 4 | 112 | 141 | 61 |
| Binary | 10111101 | 11110101 | 100 | 10111 | 0 | 1100010 | 100 | 1001010 | 1100001 | 110001 |
Color Harmonies of #BDF504
Complementary color
Monochromatic Colors of #BDF504
Black with #BDF504
Text Example
Text Example
White with #BDF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF504; }
p { color: rgb(189,245,4); }
H1.HeaderClassName
{
color: #BDF504;
}
.AnyTagClassName
{
color: #BDF504;
}
</style>
background-color css
<style>
a { background-color: #BDF504; }
a { background-color: rgb(189,245,4); }
div.DivClassName
{
background-color: #BDF504;
}
.BgClassName
{
background-color: #BDF504;
}
</style>
border-color css
<style>
span { border-color: #BDF504; }
span { border-color: rgb(189,245,4); }
td.TdClassName
{
border-color: #BDF504;
}
.TagClassName
{
border-color: #BDF504;
}
</style>