Shades of Electric Lime #BDFD0D
Tints of Electric Lime #BDFD0D
RGB
CMYK
RGB Variations
Color information
#BDFD0D (or 0xBDFD0D) is known color: Electric Lime. HEX triplet: BD, FD and 0D. RGB value is (189,253,13). Sum of RGB (Red+Green+Blue) = 189+253+13=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD0D is #4202F2. Grayscale: #CFCFCF. Windows color (decimal): -4326131 or 916925. OLE color: 916925.
HSL color Cylindrical-coordinate representation of color #BDFD0D: hue angle of 76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDFD0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 13 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.01 |
| HSL | 76º | 0.98% | 0.52% | - |
| HSV(B) | 76º | 0.95% | 0.99% | - |
| XYZ | 56.18 | 81.1 | 13.07 | - |
| YUV | 206.5 | 18.8 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 13 | 0.25 | 0 | 0.95 | 0.01 | 76 | 0.98 | 0.52 |
| Hex | BD | FD | D | 19 | 0 | 5F | 1 | 4C | 62 | 34 |
| Octal | 275 | 375 | 15 | 31 | 0 | 137 | 1 | 114 | 142 | 64 |
| Binary | 10111101 | 11111101 | 1101 | 11001 | 0 | 1011111 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BDFD0D
Complementary color
Monochromatic Colors of #BDFD0D
Black with #BDFD0D
Text Example
Text Example
White with #BDFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD0D; }
p { color: rgb(189,253,13); }
H1.HeaderClassName
{
color: #BDFD0D;
}
.AnyTagClassName
{
color: #BDFD0D;
}
</style>
background-color css
<style>
a { background-color: #BDFD0D; }
a { background-color: rgb(189,253,13); }
div.DivClassName
{
background-color: #BDFD0D;
}
.BgClassName
{
background-color: #BDFD0D;
}
</style>
border-color css
<style>
span { border-color: #BDFD0D; }
span { border-color: rgb(189,253,13); }
td.TdClassName
{
border-color: #BDFD0D;
}
.TagClassName
{
border-color: #BDFD0D;
}
</style>