Shades of Lime Green #2DC630
Tints of Lime Green #2DC630
RGB
CMYK
RGB Variations
Color information
#2DC630 (or 0x2DC630) is known color: Lime Green. HEX triplet: 2D, C6 and 30. RGB value is (45,198,48). Sum of RGB (Red+Green+Blue) = 45+198+48=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC630 is #D239CF. Grayscale: #878787. Windows color (decimal): -13777360 or 3196461. OLE color: 3196461.
HSL color Cylindrical-coordinate representation of color #2DC630: hue angle of 121.18º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC630 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 48 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.22 |
| HSL | 121.18º | 0.63% | 0.48% | - |
| HSV(B) | 121.18º | 0.77% | 0.78% | - |
| XYZ | 21.81 | 41.16 | 9.59 | - |
| YUV | 135.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 48 | 0.77 | 0 | 0.76 | 0.22 | 121.18 | 0.63 | 0.48 |
| Hex | 2D | C6 | 30 | 4D | 0 | 4C | 16 | 79 | 3F | 30 |
| Octal | 55 | 306 | 60 | 115 | 0 | 114 | 26 | 171 | 77 | 60 |
| Binary | 101101 | 11000110 | 110000 | 1001101 | 0 | 1001100 | 10110 | 1111001 | 111111 | 110000 |
Color Harmonies of #2DC630
Complementary color
Monochromatic Colors of #2DC630
Black with #2DC630
Text Example
Text Example
White with #2DC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC630; }
p { color: rgb(45,198,48); }
H1.HeaderClassName
{
color: #2DC630;
}
.AnyTagClassName
{
color: #2DC630;
}
</style>
background-color css
<style>
a { background-color: #2DC630; }
a { background-color: rgb(45,198,48); }
div.DivClassName
{
background-color: #2DC630;
}
.BgClassName
{
background-color: #2DC630;
}
</style>
border-color css
<style>
span { border-color: #2DC630; }
span { border-color: rgb(45,198,48); }
td.TdClassName
{
border-color: #2DC630;
}
.TagClassName
{
border-color: #2DC630;
}
</style>