Shades of Electric Lime #BDF90D
Tints of Electric Lime #BDF90D
RGB
CMYK
RGB Variations
Color information
#BDF90D (or 0xBDF90D) is known color: Electric Lime. HEX triplet: BD, F9 and 0D. RGB value is (189,249,13). Sum of RGB (Red+Green+Blue) = 189+249+13=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF90D is #4206F2. Grayscale: #CDCDCD. Windows color (decimal): -4327155 or 915901. OLE color: 915901.
HSL color Cylindrical-coordinate representation of color #BDF90D: hue angle of 75.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF90D is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 13 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.02 |
| HSL | 75.25º | 0.95% | 0.51% | - |
| HSV(B) | 75.25º | 0.95% | 0.98% | - |
| XYZ | 54.93 | 78.6 | 12.66 | - |
| YUV | 204.16 | 20.12 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 13 | 0.24 | 0 | 0.95 | 0.02 | 75.25 | 0.95 | 0.51 |
| Hex | BD | F9 | D | 18 | 0 | 5F | 2 | 4B | 5F | 33 |
| Octal | 275 | 371 | 15 | 30 | 0 | 137 | 2 | 113 | 137 | 63 |
| Binary | 10111101 | 11111001 | 1101 | 11000 | 0 | 1011111 | 10 | 1001011 | 1011111 | 110011 |
Color Harmonies of #BDF90D
Complementary color
Monochromatic Colors of #BDF90D
Black with #BDF90D
Text Example
Text Example
White with #BDF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF90D; }
p { color: rgb(189,249,13); }
H1.HeaderClassName
{
color: #BDF90D;
}
.AnyTagClassName
{
color: #BDF90D;
}
</style>
background-color css
<style>
a { background-color: #BDF90D; }
a { background-color: rgb(189,249,13); }
div.DivClassName
{
background-color: #BDF90D;
}
.BgClassName
{
background-color: #BDF90D;
}
</style>
border-color css
<style>
span { border-color: #BDF90D; }
span { border-color: rgb(189,249,13); }
td.TdClassName
{
border-color: #BDF90D;
}
.TagClassName
{
border-color: #BDF90D;
}
</style>