Shades of Electric Lime #BDF403
Tints of Electric Lime #BDF403
RGB
CMYK
RGB Variations
Color information
#BDF403 (or 0xBDF403) is known color: Electric Lime. HEX triplet: BD, F4 and 03. RGB value is (189,244,3). Sum of RGB (Red+Green+Blue) = 189+244+3=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF403 is #420BFC. Grayscale: #C8C8C8. Windows color (decimal): -4328445 or 259261. OLE color: 259261.
HSL color Cylindrical-coordinate representation of color #BDF403: hue angle of 73.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF403 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.04 |
| HSL | 73.69º | 0.98% | 0.48% | - |
| HSV(B) | 73.69º | 0.99% | 0.96% | - |
| XYZ | 53.35 | 75.53 | 11.85 | - |
| YUV | 200.08 | 16.78 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 3 | 0.23 | 0 | 0.99 | 0.04 | 73.69 | 0.98 | 0.48 |
| Hex | BD | F4 | 3 | 17 | 0 | 63 | 4 | 4A | 62 | 30 |
| Octal | 275 | 364 | 3 | 27 | 0 | 143 | 4 | 112 | 142 | 60 |
| Binary | 10111101 | 11110100 | 11 | 10111 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110000 |
Color Harmonies of #BDF403
Complementary color
Monochromatic Colors of #BDF403
Black with #BDF403
Text Example
Text Example
White with #BDF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF403; }
p { color: rgb(189,244,3); }
H1.HeaderClassName
{
color: #BDF403;
}
.AnyTagClassName
{
color: #BDF403;
}
</style>
background-color css
<style>
a { background-color: #BDF403; }
a { background-color: rgb(189,244,3); }
div.DivClassName
{
background-color: #BDF403;
}
.BgClassName
{
background-color: #BDF403;
}
</style>
border-color css
<style>
span { border-color: #BDF403; }
span { border-color: rgb(189,244,3); }
td.TdClassName
{
border-color: #BDF403;
}
.TagClassName
{
border-color: #BDF403;
}
</style>