Shades of Electric Lime #D3F61B
Tints of Electric Lime #D3F61B
RGB
CMYK
RGB Variations
Color information
#D3F61B (or 0xD3F61B) is known color: Electric Lime. HEX triplet: D3, F6 and 1B. RGB value is (211,246,27). Sum of RGB (Red+Green+Blue) = 211+246+27=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F61B is #2C09E4. Grayscale: #D3D3D3. Windows color (decimal): -2886117 or 1832659. OLE color: 1832659.
HSL color Cylindrical-coordinate representation of color #D3F61B: hue angle of 69.59º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3F61B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 27 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.04 |
| HSL | 69.59º | 0.92% | 0.54% | - |
| HSV(B) | 69.59º | 0.89% | 0.96% | - |
| XYZ | 60.02 | 79.84 | 13.28 | - |
| YUV | 210.57 | 24.4 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 27 | 0.14 | 0 | 0.89 | 0.04 | 69.59 | 0.92 | 0.54 |
| Hex | D3 | F6 | 1B | E | 0 | 59 | 4 | 46 | 5C | 36 |
| Octal | 323 | 366 | 33 | 16 | 0 | 131 | 4 | 106 | 134 | 66 |
| Binary | 11010011 | 11110110 | 11011 | 1110 | 0 | 1011001 | 100 | 1000110 | 1011100 | 110110 |
Color Harmonies of #D3F61B
Complementary color
Monochromatic Colors of #D3F61B
Black with #D3F61B
Text Example
Text Example
White with #D3F61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F61B; }
p { color: rgb(211,246,27); }
H1.HeaderClassName
{
color: #D3F61B;
}
.AnyTagClassName
{
color: #D3F61B;
}
</style>
background-color css
<style>
a { background-color: #D3F61B; }
a { background-color: rgb(211,246,27); }
div.DivClassName
{
background-color: #D3F61B;
}
.BgClassName
{
background-color: #D3F61B;
}
</style>
border-color css
<style>
span { border-color: #D3F61B; }
span { border-color: rgb(211,246,27); }
td.TdClassName
{
border-color: #D3F61B;
}
.TagClassName
{
border-color: #D3F61B;
}
</style>