Shades of Electric Lime #D3F305
Tints of Electric Lime #D3F305
RGB
CMYK
RGB Variations
Color information
#D3F305 (or 0xD3F305) is known color: Electric Lime. HEX triplet: D3, F3 and 05. RGB value is (211,243,5). Sum of RGB (Red+Green+Blue) = 211+243+5=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F305 is #2C0CFA. Grayscale: #CFCFCF. Windows color (decimal): -2886907 or 390099. OLE color: 390099.
HSL color Cylindrical-coordinate representation of color #D3F305: hue angle of 68.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3F305 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.05 |
| HSL | 68.07º | 0.96% | 0.49% | - |
| HSV(B) | 68.07º | 0.98% | 0.95% | - |
| XYZ | 58.94 | 77.96 | 12.09 | - |
| YUV | 206.3 | 14.4 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 5 | 0.13 | 0 | 0.98 | 0.05 | 68.07 | 0.96 | 0.49 |
| Hex | D3 | F3 | 5 | D | 0 | 62 | 5 | 44 | 60 | 31 |
| Octal | 323 | 363 | 5 | 15 | 0 | 142 | 5 | 104 | 140 | 61 |
| Binary | 11010011 | 11110011 | 101 | 1101 | 0 | 1100010 | 101 | 1000100 | 1100000 | 110001 |
Color Harmonies of #D3F305
Complementary color
Monochromatic Colors of #D3F305
Black with #D3F305
Text Example
Text Example
White with #D3F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F305; }
p { color: rgb(211,243,5); }
H1.HeaderClassName
{
color: #D3F305;
}
.AnyTagClassName
{
color: #D3F305;
}
</style>
background-color css
<style>
a { background-color: #D3F305; }
a { background-color: rgb(211,243,5); }
div.DivClassName
{
background-color: #D3F305;
}
.BgClassName
{
background-color: #D3F305;
}
</style>
border-color css
<style>
span { border-color: #D3F305; }
span { border-color: rgb(211,243,5); }
td.TdClassName
{
border-color: #D3F305;
}
.TagClassName
{
border-color: #D3F305;
}
</style>