Shades of Electric Lime #BDF701
Tints of Electric Lime #BDF701
RGB
CMYK
RGB Variations
Color information
#BDF701 (or 0xBDF701) is known color: Electric Lime. HEX triplet: BD, F7 and 01. RGB value is (189,247,1). Sum of RGB (Red+Green+Blue) = 189+247+1=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF701 is #4208FE. Grayscale: #CACACA. Windows color (decimal): -4327679 or 128957. OLE color: 128957.
HSL color Cylindrical-coordinate representation of color #BDF701: hue angle of 74.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF701 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.03 |
| HSL | 74.15º | 0.99% | 0.49% | - |
| HSV(B) | 74.15º | 1% | 0.97% | - |
| XYZ | 54.25 | 77.34 | 12.1 | - |
| YUV | 201.61 | 14.78 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 1 | 0.23 | 0 | 1.00 | 0.03 | 74.15 | 0.99 | 0.49 |
| Hex | BD | F7 | 1 | 17 | 0 | 64 | 3 | 4A | 63 | 31 |
| Octal | 275 | 367 | 1 | 27 | 0 | 144 | 3 | 112 | 143 | 61 |
| Binary | 10111101 | 11110111 | 1 | 10111 | 0 | 1100100 | 11 | 1001010 | 1100011 | 110001 |
Color Harmonies of #BDF701
Complementary color
Monochromatic Colors of #BDF701
Black with #BDF701
Text Example
Text Example
White with #BDF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF701; }
p { color: rgb(189,247,1); }
H1.HeaderClassName
{
color: #BDF701;
}
.AnyTagClassName
{
color: #BDF701;
}
</style>
background-color css
<style>
a { background-color: #BDF701; }
a { background-color: rgb(189,247,1); }
div.DivClassName
{
background-color: #BDF701;
}
.BgClassName
{
background-color: #BDF701;
}
</style>
border-color css
<style>
span { border-color: #BDF701; }
span { border-color: rgb(189,247,1); }
td.TdClassName
{
border-color: #BDF701;
}
.TagClassName
{
border-color: #BDF701;
}
</style>