Shades of Electric Lime #D2F301
Tints of Electric Lime #D2F301
RGB
CMYK
RGB Variations
Color information
#D2F301 (or 0xD2F301) is known color: Electric Lime. HEX triplet: D2, F3 and 01. RGB value is (210,243,1). Sum of RGB (Red+Green+Blue) = 210+243+1=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F301 is #2D0CFE. Grayscale: #CECECE. Windows color (decimal): -2952447 or 127954. OLE color: 127954.
HSL color Cylindrical-coordinate representation of color #D2F301: hue angle of 68.18º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2F301 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.05 |
| HSL | 68.18º | 0.99% | 0.48% | - |
| HSV(B) | 68.18º | 1% | 0.95% | - |
| XYZ | 58.63 | 77.81 | 11.96 | - |
| YUV | 205.55 | 12.57 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 1 | 0.14 | 0 | 1.00 | 0.05 | 68.18 | 0.99 | 0.48 |
| Hex | D2 | F3 | 1 | E | 0 | 64 | 5 | 44 | 63 | 30 |
| Octal | 322 | 363 | 1 | 16 | 0 | 144 | 5 | 104 | 143 | 60 |
| Binary | 11010010 | 11110011 | 1 | 1110 | 0 | 1100100 | 101 | 1000100 | 1100011 | 110000 |
Color Harmonies of #D2F301
Complementary color
Monochromatic Colors of #D2F301
Black with #D2F301
Text Example
Text Example
White with #D2F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F301; }
p { color: rgb(210,243,1); }
H1.HeaderClassName
{
color: #D2F301;
}
.AnyTagClassName
{
color: #D2F301;
}
</style>
background-color css
<style>
a { background-color: #D2F301; }
a { background-color: rgb(210,243,1); }
div.DivClassName
{
background-color: #D2F301;
}
.BgClassName
{
background-color: #D2F301;
}
</style>
border-color css
<style>
span { border-color: #D2F301; }
span { border-color: rgb(210,243,1); }
td.TdClassName
{
border-color: #D2F301;
}
.TagClassName
{
border-color: #D2F301;
}
</style>