Shades of Electric Lime #BAF304
Tints of Electric Lime #BAF304
RGB
CMYK
RGB Variations
Color information
#BAF304 (or 0xBAF304) is known color: Electric Lime. HEX triplet: BA, F3 and 04. RGB value is (186,243,4). Sum of RGB (Red+Green+Blue) = 186+243+4=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF304 is #450CFB. Grayscale: #C7C7C7. Windows color (decimal): -4525308 or 324538. OLE color: 324538.
HSL color Cylindrical-coordinate representation of color #BAF304: hue angle of 74.31º degrees, saturation: 0.97, 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 #BAF304 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.05 |
| HSL | 74.31º | 0.97% | 0.48% | - |
| HSV(B) | 74.31º | 0.98% | 0.95% | - |
| XYZ | 52.32 | 74.55 | 11.75 | - |
| YUV | 198.71 | 18.12 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 4 | 0.23 | 0 | 0.98 | 0.05 | 74.31 | 0.97 | 0.48 |
| Hex | BA | F3 | 4 | 17 | 0 | 62 | 5 | 4A | 61 | 30 |
| Octal | 272 | 363 | 4 | 27 | 0 | 142 | 5 | 112 | 141 | 60 |
| Binary | 10111010 | 11110011 | 100 | 10111 | 0 | 1100010 | 101 | 1001010 | 1100001 | 110000 |
Color Harmonies of #BAF304
Complementary color
Monochromatic Colors of #BAF304
Black with #BAF304
Text Example
Text Example
White with #BAF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF304; }
p { color: rgb(186,243,4); }
H1.HeaderClassName
{
color: #BAF304;
}
.AnyTagClassName
{
color: #BAF304;
}
</style>
background-color css
<style>
a { background-color: #BAF304; }
a { background-color: rgb(186,243,4); }
div.DivClassName
{
background-color: #BAF304;
}
.BgClassName
{
background-color: #BAF304;
}
</style>
border-color css
<style>
span { border-color: #BAF304; }
span { border-color: rgb(186,243,4); }
td.TdClassName
{
border-color: #BAF304;
}
.TagClassName
{
border-color: #BAF304;
}
</style>