Shades of Electric Lime #BEFC17
Tints of Electric Lime #BEFC17
RGB
CMYK
RGB Variations
Color information
#BEFC17 (or 0xBEFC17) is known color: Electric Lime. HEX triplet: BE, FC and 17. RGB value is (190,252,23). Sum of RGB (Red+Green+Blue) = 190+252+23=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC17 is #4103E8. Grayscale: #D0D0D0. Windows color (decimal): -4260841 or 1572030. OLE color: 1572030.
HSL color Cylindrical-coordinate representation of color #BEFC17: hue angle of 76.24º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEFC17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.01 |
| HSL | 76.24º | 0.97% | 0.54% | - |
| HSV(B) | 76.24º | 0.91% | 0.99% | - |
| XYZ | 56.2 | 80.63 | 13.41 | - |
| YUV | 207.36 | 23.96 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 23 | 0.25 | 0 | 0.91 | 0.01 | 76.24 | 0.97 | 0.54 |
| Hex | BE | FC | 17 | 19 | 0 | 5B | 1 | 4C | 61 | 36 |
| Octal | 276 | 374 | 27 | 31 | 0 | 133 | 1 | 114 | 141 | 66 |
| Binary | 10111110 | 11111100 | 10111 | 11001 | 0 | 1011011 | 1 | 1001100 | 1100001 | 110110 |
Color Harmonies of #BEFC17
Complementary color
Monochromatic Colors of #BEFC17
Black with #BEFC17
Text Example
Text Example
White with #BEFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC17; }
p { color: rgb(190,252,23); }
H1.HeaderClassName
{
color: #BEFC17;
}
.AnyTagClassName
{
color: #BEFC17;
}
</style>
background-color css
<style>
a { background-color: #BEFC17; }
a { background-color: rgb(190,252,23); }
div.DivClassName
{
background-color: #BEFC17;
}
.BgClassName
{
background-color: #BEFC17;
}
</style>
border-color css
<style>
span { border-color: #BEFC17; }
span { border-color: rgb(190,252,23); }
td.TdClassName
{
border-color: #BEFC17;
}
.TagClassName
{
border-color: #BEFC17;
}
</style>