Shades of Lime Green #2DF122
Tints of Lime Green #2DF122
RGB
CMYK
RGB Variations
Color information
#2DF122 (or 0x2DF122) is known color: Lime Green. HEX triplet: 2D, F1 and 22. RGB value is (45,241,34). Sum of RGB (Red+Green+Blue) = 45+241+34=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF122 is #D20EDD. Grayscale: #9F9F9F. Windows color (decimal): -13766366 or 2289965. OLE color: 2289965.
HSL color Cylindrical-coordinate representation of color #2DF122: hue angle of 116.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DF122 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 34 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.05 |
| HSL | 116.81º | 0.88% | 0.54% | - |
| HSV(B) | 116.81º | 0.86% | 0.95% | - |
| XYZ | 32.83 | 63.58 | 12.06 | - |
| YUV | 158.8 | 57.57 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 34 | 0.81 | 0 | 0.86 | 0.05 | 116.81 | 0.88 | 0.54 |
| Hex | 2D | F1 | 22 | 51 | 0 | 56 | 5 | 75 | 58 | 36 |
| Octal | 55 | 361 | 42 | 121 | 0 | 126 | 5 | 165 | 130 | 66 |
| Binary | 101101 | 11110001 | 100010 | 1010001 | 0 | 1010110 | 101 | 1110101 | 1011000 | 110110 |
Color Harmonies of #2DF122
Complementary color
Monochromatic Colors of #2DF122
Black with #2DF122
Text Example
Text Example
White with #2DF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF122; }
p { color: rgb(45,241,34); }
H1.HeaderClassName
{
color: #2DF122;
}
.AnyTagClassName
{
color: #2DF122;
}
</style>
background-color css
<style>
a { background-color: #2DF122; }
a { background-color: rgb(45,241,34); }
div.DivClassName
{
background-color: #2DF122;
}
.BgClassName
{
background-color: #2DF122;
}
</style>
border-color css
<style>
span { border-color: #2DF122; }
span { border-color: rgb(45,241,34); }
td.TdClassName
{
border-color: #2DF122;
}
.TagClassName
{
border-color: #2DF122;
}
</style>