Shades of Electric Lime #BDF800
Tints of Electric Lime #BDF800
RGB
CMYK
RGB Variations
Color information
#BDF800 (or 0xBDF800) is known color: Electric Lime. HEX triplet: BD, F8 and 00. RGB value is (189,248,0). Sum of RGB (Red+Green+Blue) = 189+248+0=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF800 is #4207FF. Grayscale: #CBCBCB. Windows color (decimal): -4327424 or 63677. OLE color: 63677.
HSL color Cylindrical-coordinate representation of color #BDF800: hue angle of 74.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.03 |
| HSL | 74.27º | 1% | 0.49% | - |
| HSV(B) | 74.27º | 1% | 0.97% | - |
| XYZ | 54.55 | 77.95 | 12.17 | - |
| YUV | 202.09 | 13.95 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 0 | 0.24 | 0 | 1 | 0.03 | 74.27 | 1 | 0.49 |
| Hex | BD | F8 | 0 | 18 | 0 | 64 | 3 | 4A | 64 | 31 |
| Octal | 275 | 370 | 0 | 30 | 0 | 144 | 3 | 112 | 144 | 61 |
| Binary | 10111101 | 11111000 | 0 | 11000 | 0 | 1100100 | 11 | 1001010 | 1100100 | 110001 |
Color Harmonies of #BDF800
Complementary color
Monochromatic Colors of #BDF800
Black with #BDF800
Text Example
Text Example
White with #BDF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF800; }
p { color: rgb(189,248,0); }
H1.HeaderClassName
{
color: #BDF800;
}
.AnyTagClassName
{
color: #BDF800;
}
</style>
background-color css
<style>
a { background-color: #BDF800; }
a { background-color: rgb(189,248,0); }
div.DivClassName
{
background-color: #BDF800;
}
.BgClassName
{
background-color: #BDF800;
}
</style>
border-color css
<style>
span { border-color: #BDF800; }
span { border-color: rgb(189,248,0); }
td.TdClassName
{
border-color: #BDF800;
}
.TagClassName
{
border-color: #BDF800;
}
</style>