Shades of Electric Lime #BDEF05
Tints of Electric Lime #BDEF05
RGB
CMYK
RGB Variations
Color information
#BDEF05 (or 0xBDEF05) is known color: Electric Lime. HEX triplet: BD, EF and 05. RGB value is (189,239,5). Sum of RGB (Red+Green+Blue) = 189+239+5=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF05 is #4210FA. Grayscale: #C6C6C6. Windows color (decimal): -4329723 or 389053. OLE color: 389053.
HSL color Cylindrical-coordinate representation of color #BDEF05: hue angle of 72.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDEF05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.06 |
| HSL | 72.82º | 0.96% | 0.48% | - |
| HSV(B) | 72.82º | 0.98% | 0.94% | - |
| XYZ | 51.88 | 72.56 | 11.42 | - |
| YUV | 197.37 | 19.44 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 5 | 0.21 | 0 | 0.98 | 0.06 | 72.82 | 0.96 | 0.48 |
| Hex | BD | EF | 5 | 15 | 0 | 62 | 6 | 49 | 60 | 30 |
| Octal | 275 | 357 | 5 | 25 | 0 | 142 | 6 | 111 | 140 | 60 |
| Binary | 10111101 | 11101111 | 101 | 10101 | 0 | 1100010 | 110 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BDEF05
Complementary color
Monochromatic Colors of #BDEF05
Black with #BDEF05
Text Example
Text Example
White with #BDEF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF05; }
p { color: rgb(189,239,5); }
H1.HeaderClassName
{
color: #BDEF05;
}
.AnyTagClassName
{
color: #BDEF05;
}
</style>
background-color css
<style>
a { background-color: #BDEF05; }
a { background-color: rgb(189,239,5); }
div.DivClassName
{
background-color: #BDEF05;
}
.BgClassName
{
background-color: #BDEF05;
}
</style>
border-color css
<style>
span { border-color: #BDEF05; }
span { border-color: rgb(189,239,5); }
td.TdClassName
{
border-color: #BDEF05;
}
.TagClassName
{
border-color: #BDEF05;
}
</style>