Shades of Lime Green #3DCA3C
Tints of Lime Green #3DCA3C
RGB
CMYK
RGB Variations
Color information
#3DCA3C (or 0x3DCA3C) is known color: Lime Green. HEX triplet: 3D, CA and 3C. RGB value is (61,202,60). Sum of RGB (Red+Green+Blue) = 61+202+60=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCA3C is #C235C3. Grayscale: #909090. Windows color (decimal): -12727748 or 3983933. OLE color: 3983933.
HSL color Cylindrical-coordinate representation of color #3DCA3C: hue angle of 119.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA3C is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 60 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.21 |
| HSL | 119.58º | 0.57% | 0.51% | - |
| HSV(B) | 119.58º | 0.7% | 0.79% | - |
| XYZ | 23.86 | 43.56 | 11.43 | - |
| YUV | 143.65 | 80.79 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 60 | 0.70 | 0 | 0.70 | 0.21 | 119.58 | 0.57 | 0.51 |
| Hex | 3D | CA | 3C | 46 | 0 | 46 | 15 | 78 | 39 | 33 |
| Octal | 75 | 312 | 74 | 106 | 0 | 106 | 25 | 170 | 71 | 63 |
| Binary | 111101 | 11001010 | 111100 | 1000110 | 0 | 1000110 | 10101 | 1111000 | 111001 | 110011 |
Color Harmonies of #3DCA3C
Complementary color
Monochromatic Colors of #3DCA3C
Black with #3DCA3C
Text Example
Text Example
White with #3DCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA3C; }
p { color: rgb(61,202,60); }
H1.HeaderClassName
{
color: #3DCA3C;
}
.AnyTagClassName
{
color: #3DCA3C;
}
</style>
background-color css
<style>
a { background-color: #3DCA3C; }
a { background-color: rgb(61,202,60); }
div.DivClassName
{
background-color: #3DCA3C;
}
.BgClassName
{
background-color: #3DCA3C;
}
</style>
border-color css
<style>
span { border-color: #3DCA3C; }
span { border-color: rgb(61,202,60); }
td.TdClassName
{
border-color: #3DCA3C;
}
.TagClassName
{
border-color: #3DCA3C;
}
</style>