Shades of Electric Lime #BDF40B
Tints of Electric Lime #BDF40B
RGB
CMYK
RGB Variations
Color information
#BDF40B (or 0xBDF40B) is known color: Electric Lime. HEX triplet: BD, F4 and 0B. RGB value is (189,244,11). Sum of RGB (Red+Green+Blue) = 189+244+11=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF40B is #420BF4. Grayscale: #C9C9C9. Windows color (decimal): -4328437 or 783549. OLE color: 783549.
HSL color Cylindrical-coordinate representation of color #BDF40B: hue angle of 74.16º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF40B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.04 |
| HSL | 74.16º | 0.91% | 0.5% | - |
| HSV(B) | 74.16º | 0.95% | 0.96% | - |
| XYZ | 53.4 | 75.54 | 12.08 | - |
| YUV | 200.99 | 20.78 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 11 | 0.23 | 0 | 0.95 | 0.04 | 74.16 | 0.91 | 0.5 |
| Hex | BD | F4 | B | 17 | 0 | 5F | 4 | 4A | 5B | 32 |
| Octal | 275 | 364 | 13 | 27 | 0 | 137 | 4 | 112 | 133 | 62 |
| Binary | 10111101 | 11110100 | 1011 | 10111 | 0 | 1011111 | 100 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BDF40B
Complementary color
Monochromatic Colors of #BDF40B
Black with #BDF40B
Text Example
Text Example
White with #BDF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF40B; }
p { color: rgb(189,244,11); }
H1.HeaderClassName
{
color: #BDF40B;
}
.AnyTagClassName
{
color: #BDF40B;
}
</style>
background-color css
<style>
a { background-color: #BDF40B; }
a { background-color: rgb(189,244,11); }
div.DivClassName
{
background-color: #BDF40B;
}
.BgClassName
{
background-color: #BDF40B;
}
</style>
border-color css
<style>
span { border-color: #BDF40B; }
span { border-color: rgb(189,244,11); }
td.TdClassName
{
border-color: #BDF40B;
}
.TagClassName
{
border-color: #BDF40B;
}
</style>