Shades of Electric Lime #BAF300
Tints of Electric Lime #BAF300
RGB
CMYK
RGB Variations
Color information
#BAF300 (or 0xBAF300) is known color: Electric Lime. HEX triplet: BA, F3 and 00. RGB value is (186,243,0). Sum of RGB (Red+Green+Blue) = 186+243+0=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF300 is #450CFF. Grayscale: #C7C7C7. Windows color (decimal): -4525312 or 62394. OLE color: 62394.
HSL color Cylindrical-coordinate representation of color #BAF300: hue angle of 74.07º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.05 |
| HSL | 74.07º | 1% | 0.48% | - |
| HSV(B) | 74.07º | 1% | 0.95% | - |
| XYZ | 52.3 | 74.54 | 11.63 | - |
| YUV | 198.26 | 16.12 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 0 | 0.23 | 0 | 1 | 0.05 | 74.07 | 1 | 0.48 |
| Hex | BA | F3 | 0 | 17 | 0 | 64 | 5 | 4A | 64 | 30 |
| Octal | 272 | 363 | 0 | 27 | 0 | 144 | 5 | 112 | 144 | 60 |
| Binary | 10111010 | 11110011 | 0 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BAF300
Complementary color
Monochromatic Colors of #BAF300
Black with #BAF300
Text Example
Text Example
White with #BAF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF300; }
p { color: rgb(186,243,0); }
H1.HeaderClassName
{
color: #BAF300;
}
.AnyTagClassName
{
color: #BAF300;
}
</style>
background-color css
<style>
a { background-color: #BAF300; }
a { background-color: rgb(186,243,0); }
div.DivClassName
{
background-color: #BAF300;
}
.BgClassName
{
background-color: #BAF300;
}
</style>
border-color css
<style>
span { border-color: #BAF300; }
span { border-color: rgb(186,243,0); }
td.TdClassName
{
border-color: #BAF300;
}
.TagClassName
{
border-color: #BAF300;
}
</style>