Shades of Electric Lime #D4F90C
Tints of Electric Lime #D4F90C
RGB
CMYK
RGB Variations
Color information
#D4F90C (or 0xD4F90C) is known color: Electric Lime. HEX triplet: D4, F9 and 0C. RGB value is (212,249,12). Sum of RGB (Red+Green+Blue) = 212+249+12=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F90C is #2B06F3. Grayscale: #D3D3D3. Windows color (decimal): -2819828 or 850388. OLE color: 850388.
HSL color Cylindrical-coordinate representation of color #D4F90C: hue angle of 69.37º 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 #D4F90C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.02 |
| HSL | 69.37º | 0.95% | 0.51% | - |
| HSV(B) | 69.37º | 0.95% | 0.98% | - |
| XYZ | 61.09 | 81.77 | 12.91 | - |
| YUV | 210.92 | 15.74 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 12 | 0.15 | 0 | 0.95 | 0.02 | 69.37 | 0.95 | 0.51 |
| Hex | D4 | F9 | C | F | 0 | 5F | 2 | 45 | 5F | 33 |
| Octal | 324 | 371 | 14 | 17 | 0 | 137 | 2 | 105 | 137 | 63 |
| Binary | 11010100 | 11111001 | 1100 | 1111 | 0 | 1011111 | 10 | 1000101 | 1011111 | 110011 |
Color Harmonies of #D4F90C
Complementary color
Monochromatic Colors of #D4F90C
Black with #D4F90C
Text Example
Text Example
White with #D4F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F90C; }
p { color: rgb(212,249,12); }
H1.HeaderClassName
{
color: #D4F90C;
}
.AnyTagClassName
{
color: #D4F90C;
}
</style>
background-color css
<style>
a { background-color: #D4F90C; }
a { background-color: rgb(212,249,12); }
div.DivClassName
{
background-color: #D4F90C;
}
.BgClassName
{
background-color: #D4F90C;
}
</style>
border-color css
<style>
span { border-color: #D4F90C; }
span { border-color: rgb(212,249,12); }
td.TdClassName
{
border-color: #D4F90C;
}
.TagClassName
{
border-color: #D4F90C;
}
</style>