Shades of Lime Green #2DF326
Tints of Lime Green #2DF326
RGB
CMYK
RGB Variations
Color information
#2DF326 (or 0x2DF326) is known color: Lime Green. HEX triplet: 2D, F3 and 26. RGB value is (45,243,38). Sum of RGB (Red+Green+Blue) = 45+243+38=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF326 is #D20CD9. Grayscale: #A1A1A1. Windows color (decimal): -13765850 or 2552621. OLE color: 2552621.
HSL color Cylindrical-coordinate representation of color #2DF326: hue angle of 117.95º degrees, saturation: 0.9, 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 #2DF326 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 38 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.05 |
| HSL | 117.95º | 0.9% | 0.55% | - |
| HSV(B) | 117.95º | 0.84% | 0.95% | - |
| XYZ | 33.48 | 64.8 | 12.58 | - |
| YUV | 160.43 | 58.9 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 38 | 0.81 | 0 | 0.84 | 0.05 | 117.95 | 0.9 | 0.55 |
| Hex | 2D | F3 | 26 | 51 | 0 | 54 | 5 | 76 | 5A | 37 |
| Octal | 55 | 363 | 46 | 121 | 0 | 124 | 5 | 166 | 132 | 67 |
| Binary | 101101 | 11110011 | 100110 | 1010001 | 0 | 1010100 | 101 | 1110110 | 1011010 | 110111 |
Color Harmonies of #2DF326
Complementary color
Monochromatic Colors of #2DF326
Black with #2DF326
Text Example
Text Example
White with #2DF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF326; }
p { color: rgb(45,243,38); }
H1.HeaderClassName
{
color: #2DF326;
}
.AnyTagClassName
{
color: #2DF326;
}
</style>
background-color css
<style>
a { background-color: #2DF326; }
a { background-color: rgb(45,243,38); }
div.DivClassName
{
background-color: #2DF326;
}
.BgClassName
{
background-color: #2DF326;
}
</style>
border-color css
<style>
span { border-color: #2DF326; }
span { border-color: rgb(45,243,38); }
td.TdClassName
{
border-color: #2DF326;
}
.TagClassName
{
border-color: #2DF326;
}
</style>