Shades of Electric Lime #D4F902
Tints of Electric Lime #D4F902
RGB
CMYK
RGB Variations
Color information
#D4F902 (or 0xD4F902) is known color: Electric Lime. HEX triplet: D4, F9 and 02. RGB value is (212,249,2). Sum of RGB (Red+Green+Blue) = 212+249+2=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F902 is #2B06FD. Grayscale: #D2D2D2. Windows color (decimal): -2819838 or 195028. OLE color: 195028.
HSL color Cylindrical-coordinate representation of color #D4F902: hue angle of 68.99º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4F902 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.02 |
| HSL | 68.99º | 0.98% | 0.49% | - |
| HSV(B) | 68.99º | 0.99% | 0.98% | - |
| XYZ | 61.04 | 81.75 | 12.62 | - |
| YUV | 209.78 | 10.74 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 2 | 0.15 | 0 | 0.99 | 0.02 | 68.99 | 0.98 | 0.49 |
| Hex | D4 | F9 | 2 | F | 0 | 63 | 2 | 45 | 62 | 31 |
| Octal | 324 | 371 | 2 | 17 | 0 | 143 | 2 | 105 | 142 | 61 |
| Binary | 11010100 | 11111001 | 10 | 1111 | 0 | 1100011 | 10 | 1000101 | 1100010 | 110001 |
Color Harmonies of #D4F902
Complementary color
Monochromatic Colors of #D4F902
Black with #D4F902
Text Example
Text Example
White with #D4F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F902; }
p { color: rgb(212,249,2); }
H1.HeaderClassName
{
color: #D4F902;
}
.AnyTagClassName
{
color: #D4F902;
}
</style>
background-color css
<style>
a { background-color: #D4F902; }
a { background-color: rgb(212,249,2); }
div.DivClassName
{
background-color: #D4F902;
}
.BgClassName
{
background-color: #D4F902;
}
</style>
border-color css
<style>
span { border-color: #D4F902; }
span { border-color: rgb(212,249,2); }
td.TdClassName
{
border-color: #D4F902;
}
.TagClassName
{
border-color: #D4F902;
}
</style>