Shades of Electric Lime #BDFD00
Tints of Electric Lime #BDFD00
RGB
CMYK
RGB Variations
Color information
#BDFD00 (or 0xBDFD00) is known color: Electric Lime. HEX triplet: BD, FD and 00. RGB value is (189,253,0). Sum of RGB (Red+Green+Blue) = 189+253+0=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD00 is #4202FF. Grayscale: #CDCDCD. Windows color (decimal): -4326144 or 64957. OLE color: 64957.
HSL color Cylindrical-coordinate representation of color #BDFD00: hue angle of 75.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDFD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.01 |
| HSL | 75.18º | 1% | 0.5% | - |
| HSV(B) | 75.18º | 1% | 0.99% | - |
| XYZ | 56.11 | 81.07 | 12.69 | - |
| YUV | 205.02 | 12.3 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 0 | 0.25 | 0 | 1 | 0.01 | 75.18 | 1 | 0.5 |
| Hex | BD | FD | 0 | 19 | 0 | 64 | 1 | 4B | 64 | 32 |
| Octal | 275 | 375 | 0 | 31 | 0 | 144 | 1 | 113 | 144 | 62 |
| Binary | 10111101 | 11111101 | 0 | 11001 | 0 | 1100100 | 1 | 1001011 | 1100100 | 110010 |
Color Harmonies of #BDFD00
Complementary color
Monochromatic Colors of #BDFD00
Black with #BDFD00
Text Example
Text Example
White with #BDFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD00; }
p { color: rgb(189,253,0); }
H1.HeaderClassName
{
color: #BDFD00;
}
.AnyTagClassName
{
color: #BDFD00;
}
</style>
background-color css
<style>
a { background-color: #BDFD00; }
a { background-color: rgb(189,253,0); }
div.DivClassName
{
background-color: #BDFD00;
}
.BgClassName
{
background-color: #BDFD00;
}
</style>
border-color css
<style>
span { border-color: #BDFD00; }
span { border-color: rgb(189,253,0); }
td.TdClassName
{
border-color: #BDFD00;
}
.TagClassName
{
border-color: #BDFD00;
}
</style>