Shades of Electric Lime #BDF205
Tints of Electric Lime #BDF205
RGB
CMYK
RGB Variations
Color information
#BDF205 (or 0xBDF205) is known color: Electric Lime. HEX triplet: BD, F2 and 05. RGB value is (189,242,5). Sum of RGB (Red+Green+Blue) = 189+242+5=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF205 is #420DFA. Grayscale: #C8C8C8. Windows color (decimal): -4328955 or 389821. OLE color: 389821.
HSL color Cylindrical-coordinate representation of color #BDF205: hue angle of 73.42º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF205 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.05 |
| HSL | 73.42º | 0.96% | 0.48% | - |
| HSV(B) | 73.42º | 0.98% | 0.95% | - |
| XYZ | 52.77 | 74.33 | 11.71 | - |
| YUV | 199.14 | 18.44 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 5 | 0.22 | 0 | 0.98 | 0.05 | 73.42 | 0.96 | 0.48 |
| Hex | BD | F2 | 5 | 16 | 0 | 62 | 5 | 49 | 60 | 30 |
| Octal | 275 | 362 | 5 | 26 | 0 | 142 | 5 | 111 | 140 | 60 |
| Binary | 10111101 | 11110010 | 101 | 10110 | 0 | 1100010 | 101 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BDF205
Complementary color
Monochromatic Colors of #BDF205
Black with #BDF205
Text Example
Text Example
White with #BDF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF205; }
p { color: rgb(189,242,5); }
H1.HeaderClassName
{
color: #BDF205;
}
.AnyTagClassName
{
color: #BDF205;
}
</style>
background-color css
<style>
a { background-color: #BDF205; }
a { background-color: rgb(189,242,5); }
div.DivClassName
{
background-color: #BDF205;
}
.BgClassName
{
background-color: #BDF205;
}
</style>
border-color css
<style>
span { border-color: #BDF205; }
span { border-color: rgb(189,242,5); }
td.TdClassName
{
border-color: #BDF205;
}
.TagClassName
{
border-color: #BDF205;
}
</style>