Shades of Electric Lime #BDF605
Tints of Electric Lime #BDF605
RGB
CMYK
RGB Variations
Color information
#BDF605 (or 0xBDF605) is known color: Electric Lime. HEX triplet: BD, F6 and 05. RGB value is (189,246,5). Sum of RGB (Red+Green+Blue) = 189+246+5=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF605 is #4209FA. Grayscale: #CACACA. Windows color (decimal): -4327931 or 390845. OLE color: 390845.
HSL color Cylindrical-coordinate representation of color #BDF605: hue angle of 74.19º degrees, saturation: 0.96, 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 #BDF605 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.04 |
| HSL | 74.19º | 0.96% | 0.49% | - |
| HSV(B) | 74.19º | 0.98% | 0.96% | - |
| XYZ | 53.97 | 76.74 | 12.11 | - |
| YUV | 201.48 | 17.12 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 5 | 0.23 | 0 | 0.98 | 0.04 | 74.19 | 0.96 | 0.49 |
| Hex | BD | F6 | 5 | 17 | 0 | 62 | 4 | 4A | 60 | 31 |
| Octal | 275 | 366 | 5 | 27 | 0 | 142 | 4 | 112 | 140 | 61 |
| Binary | 10111101 | 11110110 | 101 | 10111 | 0 | 1100010 | 100 | 1001010 | 1100000 | 110001 |
Color Harmonies of #BDF605
Complementary color
Monochromatic Colors of #BDF605
Black with #BDF605
Text Example
Text Example
White with #BDF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF605; }
p { color: rgb(189,246,5); }
H1.HeaderClassName
{
color: #BDF605;
}
.AnyTagClassName
{
color: #BDF605;
}
</style>
background-color css
<style>
a { background-color: #BDF605; }
a { background-color: rgb(189,246,5); }
div.DivClassName
{
background-color: #BDF605;
}
.BgClassName
{
background-color: #BDF605;
}
</style>
border-color css
<style>
span { border-color: #BDF605; }
span { border-color: rgb(189,246,5); }
td.TdClassName
{
border-color: #BDF605;
}
.TagClassName
{
border-color: #BDF605;
}
</style>