Shades of Electric Lime #BDF105
Tints of Electric Lime #BDF105
RGB
CMYK
RGB Variations
Color information
#BDF105 (or 0xBDF105) is known color: Electric Lime. HEX triplet: BD, F1 and 05. RGB value is (189,241,5). Sum of RGB (Red+Green+Blue) = 189+241+5=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF105 is #420EFA. Grayscale: #C7C7C7. Windows color (decimal): -4329211 or 389565. OLE color: 389565.
HSL color Cylindrical-coordinate representation of color #BDF105: hue angle of 73.22º 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 #BDF105 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.05 |
| HSL | 73.22º | 0.96% | 0.48% | - |
| HSV(B) | 73.22º | 0.98% | 0.95% | - |
| XYZ | 52.47 | 73.74 | 11.61 | - |
| YUV | 198.55 | 18.77 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 5 | 0.22 | 0 | 0.98 | 0.05 | 73.22 | 0.96 | 0.48 |
| Hex | BD | F1 | 5 | 16 | 0 | 62 | 5 | 49 | 60 | 30 |
| Octal | 275 | 361 | 5 | 26 | 0 | 142 | 5 | 111 | 140 | 60 |
| Binary | 10111101 | 11110001 | 101 | 10110 | 0 | 1100010 | 101 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BDF105
Complementary color
Monochromatic Colors of #BDF105
Black with #BDF105
Text Example
Text Example
White with #BDF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF105; }
p { color: rgb(189,241,5); }
H1.HeaderClassName
{
color: #BDF105;
}
.AnyTagClassName
{
color: #BDF105;
}
</style>
background-color css
<style>
a { background-color: #BDF105; }
a { background-color: rgb(189,241,5); }
div.DivClassName
{
background-color: #BDF105;
}
.BgClassName
{
background-color: #BDF105;
}
</style>
border-color css
<style>
span { border-color: #BDF105; }
span { border-color: rgb(189,241,5); }
td.TdClassName
{
border-color: #BDF105;
}
.TagClassName
{
border-color: #BDF105;
}
</style>