Shades of Lime Green #2DC33C
Tints of Lime Green #2DC33C
RGB
CMYK
RGB Variations
Color information
#2DC33C (or 0x2DC33C) is known color: Lime Green. HEX triplet: 2D, C3 and 3C. RGB value is (45,195,60). Sum of RGB (Red+Green+Blue) = 45+195+60=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC33C is #D23CC3. Grayscale: #878787. Windows color (decimal): -13778116 or 3982125. OLE color: 3982125.
HSL color Cylindrical-coordinate representation of color #2DC33C: hue angle of 126º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC33C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 60 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.24 |
| HSL | 126º | 0.63% | 0.47% | - |
| HSV(B) | 126º | 0.77% | 0.76% | - |
| XYZ | 21.41 | 39.91 | 10.85 | - |
| YUV | 134.76 | 85.81 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 60 | 0.77 | 0 | 0.69 | 0.24 | 126 | 0.63 | 0.47 |
| Hex | 2D | C3 | 3C | 4D | 0 | 45 | 18 | 7E | 3E | 2F |
| Octal | 55 | 303 | 74 | 115 | 0 | 105 | 30 | 176 | 76 | 57 |
| Binary | 101101 | 11000011 | 111100 | 1001101 | 0 | 1000101 | 11000 | 1111110 | 111110 | 101111 |
Color Harmonies of #2DC33C
Complementary color
Monochromatic Colors of #2DC33C
Black with #2DC33C
Text Example
Text Example
White with #2DC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC33C; }
p { color: rgb(45,195,60); }
H1.HeaderClassName
{
color: #2DC33C;
}
.AnyTagClassName
{
color: #2DC33C;
}
</style>
background-color css
<style>
a { background-color: #2DC33C; }
a { background-color: rgb(45,195,60); }
div.DivClassName
{
background-color: #2DC33C;
}
.BgClassName
{
background-color: #2DC33C;
}
</style>
border-color css
<style>
span { border-color: #2DC33C; }
span { border-color: rgb(45,195,60); }
td.TdClassName
{
border-color: #2DC33C;
}
.TagClassName
{
border-color: #2DC33C;
}
</style>