Shades of Electric Lime #D4F90B
Tints of Electric Lime #D4F90B
RGB
CMYK
RGB Variations
Color information
#D4F90B (or 0xD4F90B) is known color: Electric Lime. HEX triplet: D4, F9 and 0B. RGB value is (212,249,11). Sum of RGB (Red+Green+Blue) = 212+249+11=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F90B is #2B06F4. Grayscale: #D3D3D3. Windows color (decimal): -2819829 or 784852. OLE color: 784852.
HSL color Cylindrical-coordinate representation of color #D4F90B: hue angle of 69.33º 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 #D4F90B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 11 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.02 |
| HSL | 69.33º | 0.95% | 0.51% | - |
| HSV(B) | 69.33º | 0.96% | 0.98% | - |
| XYZ | 61.09 | 81.77 | 12.88 | - |
| YUV | 210.81 | 15.24 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 11 | 0.15 | 0 | 0.96 | 0.02 | 69.33 | 0.95 | 0.51 |
| Hex | D4 | F9 | B | F | 0 | 60 | 2 | 45 | 5F | 33 |
| Octal | 324 | 371 | 13 | 17 | 0 | 140 | 2 | 105 | 137 | 63 |
| Binary | 11010100 | 11111001 | 1011 | 1111 | 0 | 1100000 | 10 | 1000101 | 1011111 | 110011 |
Color Harmonies of #D4F90B
Complementary color
Monochromatic Colors of #D4F90B
Black with #D4F90B
Text Example
Text Example
White with #D4F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F90B; }
p { color: rgb(212,249,11); }
H1.HeaderClassName
{
color: #D4F90B;
}
.AnyTagClassName
{
color: #D4F90B;
}
</style>
background-color css
<style>
a { background-color: #D4F90B; }
a { background-color: rgb(212,249,11); }
div.DivClassName
{
background-color: #D4F90B;
}
.BgClassName
{
background-color: #D4F90B;
}
</style>
border-color css
<style>
span { border-color: #D4F90B; }
span { border-color: rgb(212,249,11); }
td.TdClassName
{
border-color: #D4F90B;
}
.TagClassName
{
border-color: #D4F90B;
}
</style>