Shades of Lime Green #2DF62D
Tints of Lime Green #2DF62D
RGB
CMYK
RGB Variations
Color information
#2DF62D (or 0x2DF62D) is known color: Lime Green. HEX triplet: 2D, F6 and 2D. RGB value is (45,246,45). Sum of RGB (Red+Green+Blue) = 45+246+45=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF62D is #D209D2. Grayscale: #A3A3A3. Windows color (decimal): -13765075 or 3012141. OLE color: 3012141.
HSL color Cylindrical-coordinate representation of color #2DF62D: hue angle of 120º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF62D is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 45 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.04 |
| HSL | 120º | 0.92% | 0.57% | - |
| HSV(B) | 120º | 0.82% | 0.96% | - |
| XYZ | 34.51 | 66.66 | 13.53 | - |
| YUV | 162.99 | 61.41 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 45 | 0.82 | 0 | 0.82 | 0.04 | 120 | 0.92 | 0.57 |
| Hex | 2D | F6 | 2D | 52 | 0 | 52 | 4 | 78 | 5C | 39 |
| Octal | 55 | 366 | 55 | 122 | 0 | 122 | 4 | 170 | 134 | 71 |
| Binary | 101101 | 11110110 | 101101 | 1010010 | 0 | 1010010 | 100 | 1111000 | 1011100 | 111001 |
Color Harmonies of #2DF62D
Complementary color
Monochromatic Colors of #2DF62D
Black with #2DF62D
Text Example
Text Example
White with #2DF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF62D; }
p { color: rgb(45,246,45); }
H1.HeaderClassName
{
color: #2DF62D;
}
.AnyTagClassName
{
color: #2DF62D;
}
</style>
background-color css
<style>
a { background-color: #2DF62D; }
a { background-color: rgb(45,246,45); }
div.DivClassName
{
background-color: #2DF62D;
}
.BgClassName
{
background-color: #2DF62D;
}
</style>
border-color css
<style>
span { border-color: #2DF62D; }
span { border-color: rgb(45,246,45); }
td.TdClassName
{
border-color: #2DF62D;
}
.TagClassName
{
border-color: #2DF62D;
}
</style>