Shades of Electric Lime #BDF508
Tints of Electric Lime #BDF508
RGB
CMYK
RGB Variations
Color information
#BDF508 (or 0xBDF508) is known color: Electric Lime. HEX triplet: BD, F5 and 08. RGB value is (189,245,8). Sum of RGB (Red+Green+Blue) = 189+245+8=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 245 (96.09% from 255 or 55.43% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF508 is #420AF7. Grayscale: #CACACA. Windows color (decimal): -4328184 or 587197. OLE color: 587197.
HSL color Cylindrical-coordinate representation of color #BDF508: hue angle of 74.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF508 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.04 |
| HSL | 74.18º | 0.94% | 0.5% | - |
| HSV(B) | 74.18º | 0.97% | 0.96% | - |
| XYZ | 53.68 | 76.14 | 12.1 | - |
| YUV | 201.24 | 18.95 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 8 | 0.23 | 0 | 0.97 | 0.04 | 74.18 | 0.94 | 0.5 |
| Hex | BD | F5 | 8 | 17 | 0 | 61 | 4 | 4A | 5E | 32 |
| Octal | 275 | 365 | 10 | 27 | 0 | 141 | 4 | 112 | 136 | 62 |
| Binary | 10111101 | 11110101 | 1000 | 10111 | 0 | 1100001 | 100 | 1001010 | 1011110 | 110010 |
Color Harmonies of #BDF508
Complementary color
Monochromatic Colors of #BDF508
Black with #BDF508
Text Example
Text Example
White with #BDF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF508; }
p { color: rgb(189,245,8); }
H1.HeaderClassName
{
color: #BDF508;
}
.AnyTagClassName
{
color: #BDF508;
}
</style>
background-color css
<style>
a { background-color: #BDF508; }
a { background-color: rgb(189,245,8); }
div.DivClassName
{
background-color: #BDF508;
}
.BgClassName
{
background-color: #BDF508;
}
</style>
border-color css
<style>
span { border-color: #BDF508; }
span { border-color: rgb(189,245,8); }
td.TdClassName
{
border-color: #BDF508;
}
.TagClassName
{
border-color: #BDF508;
}
</style>