Shades of Electric Lime #BDF705
Tints of Electric Lime #BDF705
RGB
CMYK
RGB Variations
Color information
#BDF705 (or 0xBDF705) is known color: Electric Lime. HEX triplet: BD, F7 and 05. RGB value is (189,247,5). Sum of RGB (Red+Green+Blue) = 189+247+5=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF705 is #4208FA. Grayscale: #CACACA. Windows color (decimal): -4327675 or 391101. OLE color: 391101.
HSL color Cylindrical-coordinate representation of color #BDF705: hue angle of 74.38º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF705 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.03 |
| HSL | 74.38º | 0.96% | 0.49% | - |
| HSV(B) | 74.38º | 0.98% | 0.97% | - |
| XYZ | 54.27 | 77.35 | 12.21 | - |
| YUV | 202.07 | 16.78 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 5 | 0.23 | 0 | 0.98 | 0.03 | 74.38 | 0.96 | 0.49 |
| Hex | BD | F7 | 5 | 17 | 0 | 62 | 3 | 4A | 60 | 31 |
| Octal | 275 | 367 | 5 | 27 | 0 | 142 | 3 | 112 | 140 | 61 |
| Binary | 10111101 | 11110111 | 101 | 10111 | 0 | 1100010 | 11 | 1001010 | 1100000 | 110001 |
Color Harmonies of #BDF705
Complementary color
Monochromatic Colors of #BDF705
Black with #BDF705
Text Example
Text Example
White with #BDF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF705; }
p { color: rgb(189,247,5); }
H1.HeaderClassName
{
color: #BDF705;
}
.AnyTagClassName
{
color: #BDF705;
}
</style>
background-color css
<style>
a { background-color: #BDF705; }
a { background-color: rgb(189,247,5); }
div.DivClassName
{
background-color: #BDF705;
}
.BgClassName
{
background-color: #BDF705;
}
</style>
border-color css
<style>
span { border-color: #BDF705; }
span { border-color: rgb(189,247,5); }
td.TdClassName
{
border-color: #BDF705;
}
.TagClassName
{
border-color: #BDF705;
}
</style>