Shades of Electric Lime #BDF201
Tints of Electric Lime #BDF201
RGB
CMYK
RGB Variations
Color information
#BDF201 (or 0xBDF201) is known color: Electric Lime. HEX triplet: BD, F2 and 01. RGB value is (189,242,1). Sum of RGB (Red+Green+Blue) = 189+242+1=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF201 is #420DFE. Grayscale: #C7C7C7. Windows color (decimal): -4328959 or 127677. OLE color: 127677.
HSL color Cylindrical-coordinate representation of color #BDF201: hue angle of 73.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF201 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.05 |
| HSL | 73.2º | 0.99% | 0.48% | - |
| HSV(B) | 73.2º | 1% | 0.95% | - |
| XYZ | 52.74 | 74.33 | 11.6 | - |
| YUV | 198.68 | 16.44 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 1 | 0.22 | 0 | 1.00 | 0.05 | 73.2 | 0.99 | 0.48 |
| Hex | BD | F2 | 1 | 16 | 0 | 64 | 5 | 49 | 63 | 30 |
| Octal | 275 | 362 | 1 | 26 | 0 | 144 | 5 | 111 | 143 | 60 |
| Binary | 10111101 | 11110010 | 1 | 10110 | 0 | 1100100 | 101 | 1001001 | 1100011 | 110000 |
Color Harmonies of #BDF201
Complementary color
Monochromatic Colors of #BDF201
Black with #BDF201
Text Example
Text Example
White with #BDF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF201; }
p { color: rgb(189,242,1); }
H1.HeaderClassName
{
color: #BDF201;
}
.AnyTagClassName
{
color: #BDF201;
}
</style>
background-color css
<style>
a { background-color: #BDF201; }
a { background-color: rgb(189,242,1); }
div.DivClassName
{
background-color: #BDF201;
}
.BgClassName
{
background-color: #BDF201;
}
</style>
border-color css
<style>
span { border-color: #BDF201; }
span { border-color: rgb(189,242,1); }
td.TdClassName
{
border-color: #BDF201;
}
.TagClassName
{
border-color: #BDF201;
}
</style>