Shades of Electric Lime #BDF101
Tints of Electric Lime #BDF101
RGB
CMYK
RGB Variations
Color information
#BDF101 (or 0xBDF101) is known color: Electric Lime. HEX triplet: BD, F1 and 01. RGB value is (189,241,1). Sum of RGB (Red+Green+Blue) = 189+241+1=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF101 is #420EFE. Grayscale: #C7C7C7. Windows color (decimal): -4329215 or 127421. OLE color: 127421.
HSL color Cylindrical-coordinate representation of color #BDF101: hue angle of 73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF101 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.05 |
| HSL | 73º | 0.99% | 0.47% | - |
| HSV(B) | 73º | 1% | 0.95% | - |
| XYZ | 52.45 | 73.73 | 11.5 | - |
| YUV | 198.09 | 16.77 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 1 | 0.22 | 0 | 1.00 | 0.05 | 73 | 0.99 | 0.47 |
| Hex | BD | F1 | 1 | 16 | 0 | 64 | 5 | 49 | 63 | 2F |
| Octal | 275 | 361 | 1 | 26 | 0 | 144 | 5 | 111 | 143 | 57 |
| Binary | 10111101 | 11110001 | 1 | 10110 | 0 | 1100100 | 101 | 1001001 | 1100011 | 101111 |
Color Harmonies of #BDF101
Complementary color
Monochromatic Colors of #BDF101
Black with #BDF101
Text Example
Text Example
White with #BDF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF101; }
p { color: rgb(189,241,1); }
H1.HeaderClassName
{
color: #BDF101;
}
.AnyTagClassName
{
color: #BDF101;
}
</style>
background-color css
<style>
a { background-color: #BDF101; }
a { background-color: rgb(189,241,1); }
div.DivClassName
{
background-color: #BDF101;
}
.BgClassName
{
background-color: #BDF101;
}
</style>
border-color css
<style>
span { border-color: #BDF101; }
span { border-color: rgb(189,241,1); }
td.TdClassName
{
border-color: #BDF101;
}
.TagClassName
{
border-color: #BDF101;
}
</style>