Shades of Electric Lime #D2F312
Tints of Electric Lime #D2F312
RGB
CMYK
RGB Variations
Color information
#D2F312 (or 0xD2F312) is known color: Electric Lime. HEX triplet: D2, F3 and 12. RGB value is (210,243,18). Sum of RGB (Red+Green+Blue) = 210+243+18=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F312 is #2D0CED. Grayscale: #D0D0D0. Windows color (decimal): -2952430 or 1242066. OLE color: 1242066.
HSL color Cylindrical-coordinate representation of color #D2F312: hue angle of 68.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2F312 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.05 |
| HSL | 68.8º | 0.9% | 0.51% | - |
| HSV(B) | 68.8º | 0.93% | 0.95% | - |
| XYZ | 58.74 | 77.85 | 12.5 | - |
| YUV | 207.48 | 21.07 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 18 | 0.14 | 0 | 0.93 | 0.05 | 68.8 | 0.9 | 0.51 |
| Hex | D2 | F3 | 12 | E | 0 | 5D | 5 | 45 | 5A | 33 |
| Octal | 322 | 363 | 22 | 16 | 0 | 135 | 5 | 105 | 132 | 63 |
| Binary | 11010010 | 11110011 | 10010 | 1110 | 0 | 1011101 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #D2F312
Complementary color
Monochromatic Colors of #D2F312
Black with #D2F312
Text Example
Text Example
White with #D2F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F312; }
p { color: rgb(210,243,18); }
H1.HeaderClassName
{
color: #D2F312;
}
.AnyTagClassName
{
color: #D2F312;
}
</style>
background-color css
<style>
a { background-color: #D2F312; }
a { background-color: rgb(210,243,18); }
div.DivClassName
{
background-color: #D2F312;
}
.BgClassName
{
background-color: #D2F312;
}
</style>
border-color css
<style>
span { border-color: #D2F312; }
span { border-color: rgb(210,243,18); }
td.TdClassName
{
border-color: #D2F312;
}
.TagClassName
{
border-color: #D2F312;
}
</style>