Shades of Electric Lime #BFF812
Tints of Electric Lime #BFF812
RGB
CMYK
RGB Variations
Color information
#BFF812 (or 0xBFF812) is known color: Electric Lime. HEX triplet: BF, F8 and 12. RGB value is (191,248,18). Sum of RGB (Red+Green+Blue) = 191+248+18=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF812 is #4007ED. Grayscale: #CDCDCD. Windows color (decimal): -4196334 or 1243327. OLE color: 1243327.
HSL color Cylindrical-coordinate representation of color #BFF812: hue angle of 74.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF812 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 74.87º | 0.94% | 0.52% | - |
| HSV(B) | 74.87º | 0.93% | 0.97% | - |
| XYZ | 55.16 | 78.25 | 12.77 | - |
| YUV | 204.74 | 22.62 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 18 | 0.23 | 0 | 0.93 | 0.03 | 74.87 | 0.94 | 0.52 |
| Hex | BF | F8 | 12 | 17 | 0 | 5D | 3 | 4B | 5E | 34 |
| Octal | 277 | 370 | 22 | 27 | 0 | 135 | 3 | 113 | 136 | 64 |
| Binary | 10111111 | 11111000 | 10010 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BFF812
Complementary color
Monochromatic Colors of #BFF812
Black with #BFF812
Text Example
Text Example
White with #BFF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF812; }
p { color: rgb(191,248,18); }
H1.HeaderClassName
{
color: #BFF812;
}
.AnyTagClassName
{
color: #BFF812;
}
</style>
background-color css
<style>
a { background-color: #BFF812; }
a { background-color: rgb(191,248,18); }
div.DivClassName
{
background-color: #BFF812;
}
.BgClassName
{
background-color: #BFF812;
}
</style>
border-color css
<style>
span { border-color: #BFF812; }
span { border-color: rgb(191,248,18); }
td.TdClassName
{
border-color: #BFF812;
}
.TagClassName
{
border-color: #BFF812;
}
</style>