Shades of Electric Lime #BDF103
Tints of Electric Lime #BDF103
RGB
CMYK
RGB Variations
Color information
#BDF103 (or 0xBDF103) is known color: Electric Lime. HEX triplet: BD, F1 and 03. RGB value is (189,241,3). Sum of RGB (Red+Green+Blue) = 189+241+3=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF103 is #420EFC. Grayscale: #C7C7C7. Windows color (decimal): -4329213 or 258493. OLE color: 258493.
HSL color Cylindrical-coordinate representation of color #BDF103: hue angle of 73.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF103 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.05 |
| HSL | 73.11º | 0.98% | 0.48% | - |
| HSV(B) | 73.11º | 0.99% | 0.95% | - |
| XYZ | 52.46 | 73.74 | 11.55 | - |
| YUV | 198.32 | 17.77 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 3 | 0.22 | 0 | 0.99 | 0.05 | 73.11 | 0.98 | 0.48 |
| Hex | BD | F1 | 3 | 16 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 275 | 361 | 3 | 26 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111101 | 11110001 | 11 | 10110 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BDF103
Complementary color
Monochromatic Colors of #BDF103
Black with #BDF103
Text Example
Text Example
White with #BDF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF103; }
p { color: rgb(189,241,3); }
H1.HeaderClassName
{
color: #BDF103;
}
.AnyTagClassName
{
color: #BDF103;
}
</style>
background-color css
<style>
a { background-color: #BDF103; }
a { background-color: rgb(189,241,3); }
div.DivClassName
{
background-color: #BDF103;
}
.BgClassName
{
background-color: #BDF103;
}
</style>
border-color css
<style>
span { border-color: #BDF103; }
span { border-color: rgb(189,241,3); }
td.TdClassName
{
border-color: #BDF103;
}
.TagClassName
{
border-color: #BDF103;
}
</style>