Shades of Electric Lime #BDF206
Tints of Electric Lime #BDF206
RGB
CMYK
RGB Variations
Color information
#BDF206 (or 0xBDF206) is known color: Electric Lime. HEX triplet: BD, F2 and 06. RGB value is (189,242,6). Sum of RGB (Red+Green+Blue) = 189+242+6=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF206 is #420DF9. Grayscale: #C8C8C8. Windows color (decimal): -4328954 or 455357. OLE color: 455357.
HSL color Cylindrical-coordinate representation of color #BDF206: hue angle of 73.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF206 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 6 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.05 |
| HSL | 73.47º | 0.95% | 0.49% | - |
| HSV(B) | 73.47º | 0.98% | 0.95% | - |
| XYZ | 52.77 | 74.34 | 11.74 | - |
| YUV | 199.25 | 18.94 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 6 | 0.22 | 0 | 0.98 | 0.05 | 73.47 | 0.95 | 0.49 |
| Hex | BD | F2 | 6 | 16 | 0 | 62 | 5 | 49 | 5F | 31 |
| Octal | 275 | 362 | 6 | 26 | 0 | 142 | 5 | 111 | 137 | 61 |
| Binary | 10111101 | 11110010 | 110 | 10110 | 0 | 1100010 | 101 | 1001001 | 1011111 | 110001 |
Color Harmonies of #BDF206
Complementary color
Monochromatic Colors of #BDF206
Black with #BDF206
Text Example
Text Example
White with #BDF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF206; }
p { color: rgb(189,242,6); }
H1.HeaderClassName
{
color: #BDF206;
}
.AnyTagClassName
{
color: #BDF206;
}
</style>
background-color css
<style>
a { background-color: #BDF206; }
a { background-color: rgb(189,242,6); }
div.DivClassName
{
background-color: #BDF206;
}
.BgClassName
{
background-color: #BDF206;
}
</style>
border-color css
<style>
span { border-color: #BDF206; }
span { border-color: rgb(189,242,6); }
td.TdClassName
{
border-color: #BDF206;
}
.TagClassName
{
border-color: #BDF206;
}
</style>