Shades of Electric Lime #BDF005
Tints of Electric Lime #BDF005
RGB
CMYK
RGB Variations
Color information
#BDF005 (or 0xBDF005) is known color: Electric Lime. HEX triplet: BD, F0 and 05. RGB value is (189,240,5). Sum of RGB (Red+Green+Blue) = 189+240+5=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF005 is #420FFA. Grayscale: #C6C6C6. Windows color (decimal): -4329467 or 389309. OLE color: 389309.
HSL color Cylindrical-coordinate representation of color #BDF005: hue angle of 73.02º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF005 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.06 |
| HSL | 73.02º | 0.96% | 0.48% | - |
| HSV(B) | 73.02º | 0.98% | 0.94% | - |
| XYZ | 52.17 | 73.15 | 11.51 | - |
| YUV | 197.96 | 19.1 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 5 | 0.21 | 0 | 0.98 | 0.06 | 73.02 | 0.96 | 0.48 |
| Hex | BD | F0 | 5 | 15 | 0 | 62 | 6 | 49 | 60 | 30 |
| Octal | 275 | 360 | 5 | 25 | 0 | 142 | 6 | 111 | 140 | 60 |
| Binary | 10111101 | 11110000 | 101 | 10101 | 0 | 1100010 | 110 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BDF005
Complementary color
Monochromatic Colors of #BDF005
Black with #BDF005
Text Example
Text Example
White with #BDF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF005; }
p { color: rgb(189,240,5); }
H1.HeaderClassName
{
color: #BDF005;
}
.AnyTagClassName
{
color: #BDF005;
}
</style>
background-color css
<style>
a { background-color: #BDF005; }
a { background-color: rgb(189,240,5); }
div.DivClassName
{
background-color: #BDF005;
}
.BgClassName
{
background-color: #BDF005;
}
</style>
border-color css
<style>
span { border-color: #BDF005; }
span { border-color: rgb(189,240,5); }
td.TdClassName
{
border-color: #BDF005;
}
.TagClassName
{
border-color: #BDF005;
}
</style>