Shades of Electric Lime #D3F90C
Tints of Electric Lime #D3F90C
RGB
CMYK
RGB Variations
Color information
#D3F90C (or 0xD3F90C) is known color: Electric Lime. HEX triplet: D3, F9 and 0C. RGB value is (211,249,12). Sum of RGB (Red+Green+Blue) = 211+249+12=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F90C is #2C06F3. Grayscale: #D3D3D3. Windows color (decimal): -2885364 or 850387. OLE color: 850387.
HSL color Cylindrical-coordinate representation of color #D3F90C: hue angle of 69.62º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3F90C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.02 |
| HSL | 69.62º | 0.95% | 0.51% | - |
| HSV(B) | 69.62º | 0.95% | 0.98% | - |
| XYZ | 60.81 | 81.63 | 12.9 | - |
| YUV | 210.62 | 15.91 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 12 | 0.15 | 0 | 0.95 | 0.02 | 69.62 | 0.95 | 0.51 |
| Hex | D3 | F9 | C | F | 0 | 5F | 2 | 46 | 5F | 33 |
| Octal | 323 | 371 | 14 | 17 | 0 | 137 | 2 | 106 | 137 | 63 |
| Binary | 11010011 | 11111001 | 1100 | 1111 | 0 | 1011111 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D3F90C
Complementary color
Monochromatic Colors of #D3F90C
Black with #D3F90C
Text Example
Text Example
White with #D3F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F90C; }
p { color: rgb(211,249,12); }
H1.HeaderClassName
{
color: #D3F90C;
}
.AnyTagClassName
{
color: #D3F90C;
}
</style>
background-color css
<style>
a { background-color: #D3F90C; }
a { background-color: rgb(211,249,12); }
div.DivClassName
{
background-color: #D3F90C;
}
.BgClassName
{
background-color: #D3F90C;
}
</style>
border-color css
<style>
span { border-color: #D3F90C; }
span { border-color: rgb(211,249,12); }
td.TdClassName
{
border-color: #D3F90C;
}
.TagClassName
{
border-color: #D3F90C;
}
</style>