Shades of Electric Lime #BDF309
Tints of Electric Lime #BDF309
RGB
CMYK
RGB Variations
Color information
#BDF309 (or 0xBDF309) is known color: Electric Lime. HEX triplet: BD, F3 and 09. RGB value is (189,243,9). Sum of RGB (Red+Green+Blue) = 189+243+9=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF309 is #420CF6. Grayscale: #C9C9C9. Windows color (decimal): -4328695 or 652221. OLE color: 652221.
HSL color Cylindrical-coordinate representation of color #BDF309: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF309 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.05 |
| HSL | 73.85º | 0.93% | 0.49% | - |
| HSV(B) | 73.85º | 0.96% | 0.95% | - |
| XYZ | 53.09 | 74.94 | 11.93 | - |
| YUV | 200.18 | 20.11 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 9 | 0.22 | 0 | 0.96 | 0.05 | 73.85 | 0.93 | 0.49 |
| Hex | BD | F3 | 9 | 16 | 0 | 60 | 5 | 4A | 5D | 31 |
| Octal | 275 | 363 | 11 | 26 | 0 | 140 | 5 | 112 | 135 | 61 |
| Binary | 10111101 | 11110011 | 1001 | 10110 | 0 | 1100000 | 101 | 1001010 | 1011101 | 110001 |
Color Harmonies of #BDF309
Complementary color
Monochromatic Colors of #BDF309
Black with #BDF309
Text Example
Text Example
White with #BDF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF309; }
p { color: rgb(189,243,9); }
H1.HeaderClassName
{
color: #BDF309;
}
.AnyTagClassName
{
color: #BDF309;
}
</style>
background-color css
<style>
a { background-color: #BDF309; }
a { background-color: rgb(189,243,9); }
div.DivClassName
{
background-color: #BDF309;
}
.BgClassName
{
background-color: #BDF309;
}
</style>
border-color css
<style>
span { border-color: #BDF309; }
span { border-color: rgb(189,243,9); }
td.TdClassName
{
border-color: #BDF309;
}
.TagClassName
{
border-color: #BDF309;
}
</style>