Shades of Electric Lime #BFF30B
Tints of Electric Lime #BFF30B
RGB
CMYK
RGB Variations
Color information
#BFF30B (or 0xBFF30B) is known color: Electric Lime. HEX triplet: BF, F3 and 0B. RGB value is (191,243,11). Sum of RGB (Red+Green+Blue) = 191+243+11=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF30B is #400CF4. Grayscale: #C9C9C9. Windows color (decimal): -4197621 or 783295. OLE color: 783295.
HSL color Cylindrical-coordinate representation of color #BFF30B: hue angle of 73.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF30B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.45º | 0.91% | 0.5% | - |
| HSV(B) | 73.45º | 0.95% | 0.95% | - |
| XYZ | 53.6 | 75.2 | 12.01 | - |
| YUV | 201 | 20.77 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 11 | 0.21 | 0 | 0.95 | 0.05 | 73.45 | 0.91 | 0.5 |
| Hex | BF | F3 | B | 15 | 0 | 5F | 5 | 49 | 5B | 32 |
| Octal | 277 | 363 | 13 | 25 | 0 | 137 | 5 | 111 | 133 | 62 |
| Binary | 10111111 | 11110011 | 1011 | 10101 | 0 | 1011111 | 101 | 1001001 | 1011011 | 110010 |
Color Harmonies of #BFF30B
Complementary color
Monochromatic Colors of #BFF30B
Black with #BFF30B
Text Example
Text Example
White with #BFF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF30B; }
p { color: rgb(191,243,11); }
H1.HeaderClassName
{
color: #BFF30B;
}
.AnyTagClassName
{
color: #BFF30B;
}
</style>
background-color css
<style>
a { background-color: #BFF30B; }
a { background-color: rgb(191,243,11); }
div.DivClassName
{
background-color: #BFF30B;
}
.BgClassName
{
background-color: #BFF30B;
}
</style>
border-color css
<style>
span { border-color: #BFF30B; }
span { border-color: rgb(191,243,11); }
td.TdClassName
{
border-color: #BFF30B;
}
.TagClassName
{
border-color: #BFF30B;
}
</style>