Shades of Lime Green #2DF226
Tints of Lime Green #2DF226
RGB
CMYK
RGB Variations
Color information
#2DF226 (or 0x2DF226) is known color: Lime Green. HEX triplet: 2D, F2 and 26. RGB value is (45,242,38). Sum of RGB (Red+Green+Blue) = 45+242+38=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF226 is #D20DD9. Grayscale: #A0A0A0. Windows color (decimal): -13766106 or 2552365. OLE color: 2552365.
HSL color Cylindrical-coordinate representation of color #2DF226: hue angle of 117.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DF226 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 38 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.05 |
| HSL | 117.94º | 0.89% | 0.55% | - |
| HSV(B) | 117.94º | 0.84% | 0.95% | - |
| XYZ | 33.18 | 64.2 | 12.48 | - |
| YUV | 159.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 38 | 0.81 | 0 | 0.84 | 0.05 | 117.94 | 0.89 | 0.55 |
| Hex | 2D | F2 | 26 | 51 | 0 | 54 | 5 | 76 | 59 | 37 |
| Octal | 55 | 362 | 46 | 121 | 0 | 124 | 5 | 166 | 131 | 67 |
| Binary | 101101 | 11110010 | 100110 | 1010001 | 0 | 1010100 | 101 | 1110110 | 1011001 | 110111 |
Color Harmonies of #2DF226
Complementary color
Monochromatic Colors of #2DF226
Black with #2DF226
Text Example
Text Example
White with #2DF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF226; }
p { color: rgb(45,242,38); }
H1.HeaderClassName
{
color: #2DF226;
}
.AnyTagClassName
{
color: #2DF226;
}
</style>
background-color css
<style>
a { background-color: #2DF226; }
a { background-color: rgb(45,242,38); }
div.DivClassName
{
background-color: #2DF226;
}
.BgClassName
{
background-color: #2DF226;
}
</style>
border-color css
<style>
span { border-color: #2DF226; }
span { border-color: rgb(45,242,38); }
td.TdClassName
{
border-color: #2DF226;
}
.TagClassName
{
border-color: #2DF226;
}
</style>