Shades of Electric Lime #BDF202
Tints of Electric Lime #BDF202
RGB
CMYK
RGB Variations
Color information
#BDF202 (or 0xBDF202) is known color: Electric Lime. HEX triplet: BD, F2 and 02. RGB value is (189,242,2). Sum of RGB (Red+Green+Blue) = 189+242+2=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF202 is #420DFD. Grayscale: #C7C7C7. Windows color (decimal): -4328958 or 193213. OLE color: 193213.
HSL color Cylindrical-coordinate representation of color #BDF202: hue angle of 73.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF202 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.05 |
| HSL | 73.25º | 0.98% | 0.48% | - |
| HSV(B) | 73.25º | 0.99% | 0.95% | - |
| XYZ | 52.75 | 74.33 | 11.62 | - |
| YUV | 198.79 | 16.94 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 2 | 0.22 | 0 | 0.99 | 0.05 | 73.25 | 0.98 | 0.48 |
| Hex | BD | F2 | 2 | 16 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 275 | 362 | 2 | 26 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111101 | 11110010 | 10 | 10110 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BDF202
Complementary color
Monochromatic Colors of #BDF202
Black with #BDF202
Text Example
Text Example
White with #BDF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF202; }
p { color: rgb(189,242,2); }
H1.HeaderClassName
{
color: #BDF202;
}
.AnyTagClassName
{
color: #BDF202;
}
</style>
background-color css
<style>
a { background-color: #BDF202; }
a { background-color: rgb(189,242,2); }
div.DivClassName
{
background-color: #BDF202;
}
.BgClassName
{
background-color: #BDF202;
}
</style>
border-color css
<style>
span { border-color: #BDF202; }
span { border-color: rgb(189,242,2); }
td.TdClassName
{
border-color: #BDF202;
}
.TagClassName
{
border-color: #BDF202;
}
</style>