Shades of Electric Lime #D4F30B
Tints of Electric Lime #D4F30B
RGB
CMYK
RGB Variations
Color information
#D4F30B (or 0xD4F30B) is known color: Electric Lime. HEX triplet: D4, F3 and 0B. RGB value is (212,243,11). Sum of RGB (Red+Green+Blue) = 212+243+11=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F30B is #2B0CF4. Grayscale: #D0D0D0. Windows color (decimal): -2821365 or 783316. OLE color: 783316.
HSL color Cylindrical-coordinate representation of color #D4F30B: hue angle of 68.02º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F30B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.05 |
| HSL | 68.02º | 0.91% | 0.5% | - |
| HSV(B) | 68.02º | 0.95% | 0.95% | - |
| XYZ | 59.26 | 78.12 | 12.27 | - |
| YUV | 207.28 | 17.23 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 11 | 0.13 | 0 | 0.95 | 0.05 | 68.02 | 0.91 | 0.5 |
| Hex | D4 | F3 | B | D | 0 | 5F | 5 | 44 | 5B | 32 |
| Octal | 324 | 363 | 13 | 15 | 0 | 137 | 5 | 104 | 133 | 62 |
| Binary | 11010100 | 11110011 | 1011 | 1101 | 0 | 1011111 | 101 | 1000100 | 1011011 | 110010 |
Color Harmonies of #D4F30B
Complementary color
Monochromatic Colors of #D4F30B
Black with #D4F30B
Text Example
Text Example
White with #D4F30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F30B; }
p { color: rgb(212,243,11); }
H1.HeaderClassName
{
color: #D4F30B;
}
.AnyTagClassName
{
color: #D4F30B;
}
</style>
background-color css
<style>
a { background-color: #D4F30B; }
a { background-color: rgb(212,243,11); }
div.DivClassName
{
background-color: #D4F30B;
}
.BgClassName
{
background-color: #D4F30B;
}
</style>
border-color css
<style>
span { border-color: #D4F30B; }
span { border-color: rgb(212,243,11); }
td.TdClassName
{
border-color: #D4F30B;
}
.TagClassName
{
border-color: #D4F30B;
}
</style>