Shades of Electric Lime #BDF502
Tints of Electric Lime #BDF502
RGB
CMYK
RGB Variations
Color information
#BDF502 (or 0xBDF502) is known color: Electric Lime. HEX triplet: BD, F5 and 02. RGB value is (189,245,2). Sum of RGB (Red+Green+Blue) = 189+245+2=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF502 is #420AFD. Grayscale: #C9C9C9. Windows color (decimal): -4328190 or 193981. OLE color: 193981.
HSL color Cylindrical-coordinate representation of color #BDF502: hue angle of 73.83º 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 #BDF502 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.04 |
| HSL | 73.83º | 0.98% | 0.48% | - |
| HSV(B) | 73.83º | 0.99% | 0.96% | - |
| XYZ | 53.65 | 76.13 | 11.92 | - |
| YUV | 200.55 | 15.95 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 2 | 0.23 | 0 | 0.99 | 0.04 | 73.83 | 0.98 | 0.48 |
| Hex | BD | F5 | 2 | 17 | 0 | 63 | 4 | 4A | 62 | 30 |
| Octal | 275 | 365 | 2 | 27 | 0 | 143 | 4 | 112 | 142 | 60 |
| Binary | 10111101 | 11110101 | 10 | 10111 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110000 |
Color Harmonies of #BDF502
Complementary color
Monochromatic Colors of #BDF502
Black with #BDF502
Text Example
Text Example
White with #BDF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF502; }
p { color: rgb(189,245,2); }
H1.HeaderClassName
{
color: #BDF502;
}
.AnyTagClassName
{
color: #BDF502;
}
</style>
background-color css
<style>
a { background-color: #BDF502; }
a { background-color: rgb(189,245,2); }
div.DivClassName
{
background-color: #BDF502;
}
.BgClassName
{
background-color: #BDF502;
}
</style>
border-color css
<style>
span { border-color: #BDF502; }
span { border-color: rgb(189,245,2); }
td.TdClassName
{
border-color: #BDF502;
}
.TagClassName
{
border-color: #BDF502;
}
</style>