Shades of Electric Lime #BDF001
Tints of Electric Lime #BDF001
RGB
CMYK
RGB Variations
Color information
#BDF001 (or 0xBDF001) is known color: Electric Lime. HEX triplet: BD, F0 and 01. RGB value is (189,240,1). Sum of RGB (Red+Green+Blue) = 189+240+1=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF001 is #420FFE. Grayscale: #C6C6C6. Windows color (decimal): -4329471 or 127165. OLE color: 127165.
HSL color Cylindrical-coordinate representation of color #BDF001: hue angle of 72.8º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF001 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.06 |
| HSL | 72.8º | 0.99% | 0.47% | - |
| HSV(B) | 72.8º | 1% | 0.94% | - |
| XYZ | 52.15 | 73.14 | 11.4 | - |
| YUV | 197.51 | 17.1 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 1 | 0.21 | 0 | 1.00 | 0.06 | 72.8 | 0.99 | 0.47 |
| Hex | BD | F0 | 1 | 15 | 0 | 64 | 6 | 49 | 63 | 2F |
| Octal | 275 | 360 | 1 | 25 | 0 | 144 | 6 | 111 | 143 | 57 |
| Binary | 10111101 | 11110000 | 1 | 10101 | 0 | 1100100 | 110 | 1001001 | 1100011 | 101111 |
Color Harmonies of #BDF001
Complementary color
Monochromatic Colors of #BDF001
Black with #BDF001
Text Example
Text Example
White with #BDF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF001; }
p { color: rgb(189,240,1); }
H1.HeaderClassName
{
color: #BDF001;
}
.AnyTagClassName
{
color: #BDF001;
}
</style>
background-color css
<style>
a { background-color: #BDF001; }
a { background-color: rgb(189,240,1); }
div.DivClassName
{
background-color: #BDF001;
}
.BgClassName
{
background-color: #BDF001;
}
</style>
border-color css
<style>
span { border-color: #BDF001; }
span { border-color: rgb(189,240,1); }
td.TdClassName
{
border-color: #BDF001;
}
.TagClassName
{
border-color: #BDF001;
}
</style>