Shades of Electric Lime #BDF208
Tints of Electric Lime #BDF208
RGB
CMYK
RGB Variations
Color information
#BDF208 (or 0xBDF208) is known color: Electric Lime. HEX triplet: BD, F2 and 08. RGB value is (189,242,8). Sum of RGB (Red+Green+Blue) = 189+242+8=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF208 is #420DF7. Grayscale: #C8C8C8. Windows color (decimal): -4328952 or 586429. OLE color: 586429.
HSL color Cylindrical-coordinate representation of color #BDF208: hue angle of 73.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF208 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 8 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.05 |
| HSL | 73.59º | 0.94% | 0.49% | - |
| HSV(B) | 73.59º | 0.97% | 0.95% | - |
| XYZ | 52.78 | 74.34 | 11.8 | - |
| YUV | 199.48 | 19.94 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 8 | 0.22 | 0 | 0.97 | 0.05 | 73.59 | 0.94 | 0.49 |
| Hex | BD | F2 | 8 | 16 | 0 | 61 | 5 | 4A | 5E | 31 |
| Octal | 275 | 362 | 10 | 26 | 0 | 141 | 5 | 112 | 136 | 61 |
| Binary | 10111101 | 11110010 | 1000 | 10110 | 0 | 1100001 | 101 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BDF208
Complementary color
Monochromatic Colors of #BDF208
Black with #BDF208
Text Example
Text Example
White with #BDF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF208; }
p { color: rgb(189,242,8); }
H1.HeaderClassName
{
color: #BDF208;
}
.AnyTagClassName
{
color: #BDF208;
}
</style>
background-color css
<style>
a { background-color: #BDF208; }
a { background-color: rgb(189,242,8); }
div.DivClassName
{
background-color: #BDF208;
}
.BgClassName
{
background-color: #BDF208;
}
</style>
border-color css
<style>
span { border-color: #BDF208; }
span { border-color: rgb(189,242,8); }
td.TdClassName
{
border-color: #BDF208;
}
.TagClassName
{
border-color: #BDF208;
}
</style>