Shades of Electric Lime #D5FB03
Tints of Electric Lime #D5FB03
RGB
CMYK
RGB Variations
Color information
#D5FB03 (or 0xD5FB03) is known color: Electric Lime. HEX triplet: D5, FB and 03. RGB value is (213,251,3). Sum of RGB (Red+Green+Blue) = 213+251+3=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FB03 is #2A04FC. Grayscale: #D4D4D4. Windows color (decimal): -2753789 or 261077. OLE color: 261077.
HSL color Cylindrical-coordinate representation of color #D5FB03: hue angle of 69.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5FB03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.02 |
| HSL | 69.19º | 0.98% | 0.5% | - |
| HSV(B) | 69.19º | 0.99% | 0.98% | - |
| XYZ | 61.95 | 83.15 | 12.87 | - |
| YUV | 211.37 | 10.41 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 3 | 0.15 | 0 | 0.99 | 0.02 | 69.19 | 0.98 | 0.5 |
| Hex | D5 | FB | 3 | F | 0 | 63 | 2 | 45 | 62 | 32 |
| Octal | 325 | 373 | 3 | 17 | 0 | 143 | 2 | 105 | 142 | 62 |
| Binary | 11010101 | 11111011 | 11 | 1111 | 0 | 1100011 | 10 | 1000101 | 1100010 | 110010 |
Color Harmonies of #D5FB03
Complementary color
Monochromatic Colors of #D5FB03
Black with #D5FB03
Text Example
Text Example
White with #D5FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB03; }
p { color: rgb(213,251,3); }
H1.HeaderClassName
{
color: #D5FB03;
}
.AnyTagClassName
{
color: #D5FB03;
}
</style>
background-color css
<style>
a { background-color: #D5FB03; }
a { background-color: rgb(213,251,3); }
div.DivClassName
{
background-color: #D5FB03;
}
.BgClassName
{
background-color: #D5FB03;
}
</style>
border-color css
<style>
span { border-color: #D5FB03; }
span { border-color: rgb(213,251,3); }
td.TdClassName
{
border-color: #D5FB03;
}
.TagClassName
{
border-color: #D5FB03;
}
</style>