Shades of Electric Lime #BFF205
Tints of Electric Lime #BFF205
RGB
CMYK
RGB Variations
Color information
#BFF205 (or 0xBFF205) is known color: Electric Lime. HEX triplet: BF, F2 and 05. RGB value is (191,242,5). Sum of RGB (Red+Green+Blue) = 191+242+5=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF205 is #400DFA. Grayscale: #C8C8C8. Windows color (decimal): -4197883 or 389823. OLE color: 389823.
HSL color Cylindrical-coordinate representation of color #BFF205: hue angle of 72.91º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF205 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.05 |
| HSL | 72.91º | 0.96% | 0.48% | - |
| HSV(B) | 72.91º | 0.98% | 0.95% | - |
| XYZ | 53.27 | 74.59 | 11.73 | - |
| YUV | 199.73 | 18.1 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 5 | 0.21 | 0 | 0.98 | 0.05 | 72.91 | 0.96 | 0.48 |
| Hex | BF | F2 | 5 | 15 | 0 | 62 | 5 | 49 | 60 | 30 |
| Octal | 277 | 362 | 5 | 25 | 0 | 142 | 5 | 111 | 140 | 60 |
| Binary | 10111111 | 11110010 | 101 | 10101 | 0 | 1100010 | 101 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BFF205
Complementary color
Monochromatic Colors of #BFF205
Black with #BFF205
Text Example
Text Example
White with #BFF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF205; }
p { color: rgb(191,242,5); }
H1.HeaderClassName
{
color: #BFF205;
}
.AnyTagClassName
{
color: #BFF205;
}
</style>
background-color css
<style>
a { background-color: #BFF205; }
a { background-color: rgb(191,242,5); }
div.DivClassName
{
background-color: #BFF205;
}
.BgClassName
{
background-color: #BFF205;
}
</style>
border-color css
<style>
span { border-color: #BFF205; }
span { border-color: rgb(191,242,5); }
td.TdClassName
{
border-color: #BFF205;
}
.TagClassName
{
border-color: #BFF205;
}
</style>