Shades of Electric Lime #D3F90B
Tints of Electric Lime #D3F90B
RGB
CMYK
RGB Variations
Color information
#D3F90B (or 0xD3F90B) is known color: Electric Lime. HEX triplet: D3, F9 and 0B. RGB value is (211,249,11). Sum of RGB (Red+Green+Blue) = 211+249+11=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F90B is #2C06F4. Grayscale: #D3D3D3. Windows color (decimal): -2885365 or 784851. OLE color: 784851.
HSL color Cylindrical-coordinate representation of color #D3F90B: hue angle of 69.58º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3F90B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 11 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.02 |
| HSL | 69.58º | 0.95% | 0.51% | - |
| HSV(B) | 69.58º | 0.96% | 0.98% | - |
| XYZ | 60.8 | 81.62 | 12.87 | - |
| YUV | 210.51 | 15.41 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 11 | 0.15 | 0 | 0.96 | 0.02 | 69.58 | 0.95 | 0.51 |
| Hex | D3 | F9 | B | F | 0 | 60 | 2 | 46 | 5F | 33 |
| Octal | 323 | 371 | 13 | 17 | 0 | 140 | 2 | 106 | 137 | 63 |
| Binary | 11010011 | 11111001 | 1011 | 1111 | 0 | 1100000 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D3F90B
Complementary color
Monochromatic Colors of #D3F90B
Black with #D3F90B
Text Example
Text Example
White with #D3F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F90B; }
p { color: rgb(211,249,11); }
H1.HeaderClassName
{
color: #D3F90B;
}
.AnyTagClassName
{
color: #D3F90B;
}
</style>
background-color css
<style>
a { background-color: #D3F90B; }
a { background-color: rgb(211,249,11); }
div.DivClassName
{
background-color: #D3F90B;
}
.BgClassName
{
background-color: #D3F90B;
}
</style>
border-color css
<style>
span { border-color: #D3F90B; }
span { border-color: rgb(211,249,11); }
td.TdClassName
{
border-color: #D3F90B;
}
.TagClassName
{
border-color: #D3F90B;
}
</style>