Shades of Electric Lime #BDF102
Tints of Electric Lime #BDF102
RGB
CMYK
RGB Variations
Color information
#BDF102 (or 0xBDF102) is known color: Electric Lime. HEX triplet: BD, F1 and 02. RGB value is (189,241,2). Sum of RGB (Red+Green+Blue) = 189+241+2=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF102 is #420EFD. Grayscale: #C7C7C7. Windows color (decimal): -4329214 or 192957. OLE color: 192957.
HSL color Cylindrical-coordinate representation of color #BDF102: hue angle of 73.05º 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 #BDF102 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.05 |
| HSL | 73.05º | 0.98% | 0.48% | - |
| HSV(B) | 73.05º | 0.99% | 0.95% | - |
| XYZ | 52.45 | 73.73 | 11.52 | - |
| YUV | 198.21 | 17.27 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 2 | 0.22 | 0 | 0.99 | 0.05 | 73.05 | 0.98 | 0.48 |
| Hex | BD | F1 | 2 | 16 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 275 | 361 | 2 | 26 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111101 | 11110001 | 10 | 10110 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BDF102
Complementary color
Monochromatic Colors of #BDF102
Black with #BDF102
Text Example
Text Example
White with #BDF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF102; }
p { color: rgb(189,241,2); }
H1.HeaderClassName
{
color: #BDF102;
}
.AnyTagClassName
{
color: #BDF102;
}
</style>
background-color css
<style>
a { background-color: #BDF102; }
a { background-color: rgb(189,241,2); }
div.DivClassName
{
background-color: #BDF102;
}
.BgClassName
{
background-color: #BDF102;
}
</style>
border-color css
<style>
span { border-color: #BDF102; }
span { border-color: rgb(189,241,2); }
td.TdClassName
{
border-color: #BDF102;
}
.TagClassName
{
border-color: #BDF102;
}
</style>