Shades of Lime Green #2DDF36
Tints of Lime Green #2DDF36
RGB
CMYK
RGB Variations
Color information
#2DDF36 (or 0x2DDF36) is known color: Lime Green. HEX triplet: 2D, DF and 36. RGB value is (45,223,54). Sum of RGB (Red+Green+Blue) = 45+223+54=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF36 is #D220C9. Grayscale: #979797. Windows color (decimal): -13770954 or 3596077. OLE color: 3596077.
HSL color Cylindrical-coordinate representation of color #2DDF36: hue angle of 123.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF36 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 54 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.13 |
| HSL | 123.03º | 0.74% | 0.53% | - |
| HSV(B) | 123.03º | 0.8% | 0.87% | - |
| XYZ | 28.14 | 53.6 | 12.35 | - |
| YUV | 150.51 | 73.53 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 54 | 0.80 | 0 | 0.76 | 0.13 | 123.03 | 0.74 | 0.53 |
| Hex | 2D | DF | 36 | 50 | 0 | 4C | D | 7B | 4A | 35 |
| Octal | 55 | 337 | 66 | 120 | 0 | 114 | 15 | 173 | 112 | 65 |
| Binary | 101101 | 11011111 | 110110 | 1010000 | 0 | 1001100 | 1101 | 1111011 | 1001010 | 110101 |
Color Harmonies of #2DDF36
Complementary color
Monochromatic Colors of #2DDF36
Black with #2DDF36
Text Example
Text Example
White with #2DDF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF36; }
p { color: rgb(45,223,54); }
H1.HeaderClassName
{
color: #2DDF36;
}
.AnyTagClassName
{
color: #2DDF36;
}
</style>
background-color css
<style>
a { background-color: #2DDF36; }
a { background-color: rgb(45,223,54); }
div.DivClassName
{
background-color: #2DDF36;
}
.BgClassName
{
background-color: #2DDF36;
}
</style>
border-color css
<style>
span { border-color: #2DDF36; }
span { border-color: rgb(45,223,54); }
td.TdClassName
{
border-color: #2DDF36;
}
.TagClassName
{
border-color: #2DDF36;
}
</style>