Shades of Electric Lime #BDF90E
Tints of Electric Lime #BDF90E
RGB
CMYK
RGB Variations
Color information
#BDF90E (or 0xBDF90E) is known color: Electric Lime. HEX triplet: BD, F9 and 0E. RGB value is (189,249,14). Sum of RGB (Red+Green+Blue) = 189+249+14=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF90E is #4206F1. Grayscale: #CDCDCD. Windows color (decimal): -4327154 or 981437. OLE color: 981437.
HSL color Cylindrical-coordinate representation of color #BDF90E: hue angle of 75.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF90E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.02 |
| HSL | 75.32º | 0.95% | 0.52% | - |
| HSV(B) | 75.32º | 0.94% | 0.98% | - |
| XYZ | 54.94 | 78.6 | 12.69 | - |
| YUV | 204.27 | 20.62 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 14 | 0.24 | 0 | 0.94 | 0.02 | 75.32 | 0.95 | 0.52 |
| Hex | BD | F9 | E | 18 | 0 | 5E | 2 | 4B | 5F | 34 |
| Octal | 275 | 371 | 16 | 30 | 0 | 136 | 2 | 113 | 137 | 64 |
| Binary | 10111101 | 11111001 | 1110 | 11000 | 0 | 1011110 | 10 | 1001011 | 1011111 | 110100 |
Color Harmonies of #BDF90E
Complementary color
Monochromatic Colors of #BDF90E
Black with #BDF90E
Text Example
Text Example
White with #BDF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF90E; }
p { color: rgb(189,249,14); }
H1.HeaderClassName
{
color: #BDF90E;
}
.AnyTagClassName
{
color: #BDF90E;
}
</style>
background-color css
<style>
a { background-color: #BDF90E; }
a { background-color: rgb(189,249,14); }
div.DivClassName
{
background-color: #BDF90E;
}
.BgClassName
{
background-color: #BDF90E;
}
</style>
border-color css
<style>
span { border-color: #BDF90E; }
span { border-color: rgb(189,249,14); }
td.TdClassName
{
border-color: #BDF90E;
}
.TagClassName
{
border-color: #BDF90E;
}
</style>