Shades of Electric Lime #D5FC00
Tints of Electric Lime #D5FC00
RGB
CMYK
RGB Variations
Color information
#D5FC00 (or 0xD5FC00) is known color: Electric Lime. HEX triplet: D5, FC and 00. RGB value is (213,252,0). Sum of RGB (Red+Green+Blue) = 213+252+0=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FC00 is #2A03FF. Grayscale: #D4D4D4. Windows color (decimal): -2753536 or 64725. OLE color: 64725.
HSL color Cylindrical-coordinate representation of color #D5FC00: hue angle of 69.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5FC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.01 |
| HSL | 69.29º | 1% | 0.49% | - |
| HSV(B) | 69.29º | 1% | 0.99% | - |
| XYZ | 62.25 | 83.77 | 12.89 | - |
| YUV | 211.61 | 8.58 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 0 | 0.15 | 0 | 1 | 0.01 | 69.29 | 1 | 0.49 |
| Hex | D5 | FC | 0 | F | 0 | 64 | 1 | 45 | 64 | 31 |
| Octal | 325 | 374 | 0 | 17 | 0 | 144 | 1 | 105 | 144 | 61 |
| Binary | 11010101 | 11111100 | 0 | 1111 | 0 | 1100100 | 1 | 1000101 | 1100100 | 110001 |
Color Harmonies of #D5FC00
Complementary color
Monochromatic Colors of #D5FC00
Black with #D5FC00
Text Example
Text Example
White with #D5FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC00; }
p { color: rgb(213,252,0); }
H1.HeaderClassName
{
color: #D5FC00;
}
.AnyTagClassName
{
color: #D5FC00;
}
</style>
background-color css
<style>
a { background-color: #D5FC00; }
a { background-color: rgb(213,252,0); }
div.DivClassName
{
background-color: #D5FC00;
}
.BgClassName
{
background-color: #D5FC00;
}
</style>
border-color css
<style>
span { border-color: #D5FC00; }
span { border-color: rgb(213,252,0); }
td.TdClassName
{
border-color: #D5FC00;
}
.TagClassName
{
border-color: #D5FC00;
}
</style>