Shades of Electric Lime #BFF30D
Tints of Electric Lime #BFF30D
RGB
CMYK
RGB Variations
Color information
#BFF30D (or 0xBFF30D) is known color: Electric Lime. HEX triplet: BF, F3 and 0D. RGB value is (191,243,13). Sum of RGB (Red+Green+Blue) = 191+243+13=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF30D is #400CF2. Grayscale: #CACACA. Windows color (decimal): -4197619 or 914367. OLE color: 914367.
HSL color Cylindrical-coordinate representation of color #BFF30D: hue angle of 73.57º 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 #BFF30D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.57º | 0.91% | 0.5% | - |
| HSV(B) | 73.57º | 0.95% | 0.95% | - |
| XYZ | 53.61 | 75.21 | 12.07 | - |
| YUV | 201.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 13 | 0.21 | 0 | 0.95 | 0.05 | 73.57 | 0.91 | 0.5 |
| Hex | BF | F3 | D | 15 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 277 | 363 | 15 | 25 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111111 | 11110011 | 1101 | 10101 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BFF30D
Complementary color
Monochromatic Colors of #BFF30D
Black with #BFF30D
Text Example
Text Example
White with #BFF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF30D; }
p { color: rgb(191,243,13); }
H1.HeaderClassName
{
color: #BFF30D;
}
.AnyTagClassName
{
color: #BFF30D;
}
</style>
background-color css
<style>
a { background-color: #BFF30D; }
a { background-color: rgb(191,243,13); }
div.DivClassName
{
background-color: #BFF30D;
}
.BgClassName
{
background-color: #BFF30D;
}
</style>
border-color css
<style>
span { border-color: #BFF30D; }
span { border-color: rgb(191,243,13); }
td.TdClassName
{
border-color: #BFF30D;
}
.TagClassName
{
border-color: #BFF30D;
}
</style>