Shades of Lime Green #3DCA2F
Tints of Lime Green #3DCA2F
RGB
CMYK
RGB Variations
Color information
#3DCA2F (or 0x3DCA2F) is known color: Lime Green. HEX triplet: 3D, CA and 2F. RGB value is (61,202,47). Sum of RGB (Red+Green+Blue) = 61+202+47=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCA2F is #C235D0. Grayscale: #8E8E8E. Windows color (decimal): -12727761 or 3131965. OLE color: 3131965.
HSL color Cylindrical-coordinate representation of color #3DCA2F: hue angle of 114.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DCA2F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 47 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.21 |
| HSL | 114.58º | 0.62% | 0.49% | - |
| HSV(B) | 114.58º | 0.77% | 0.79% | - |
| XYZ | 23.56 | 43.44 | 9.83 | - |
| YUV | 142.17 | 74.29 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 47 | 0.70 | 0 | 0.77 | 0.21 | 114.58 | 0.62 | 0.49 |
| Hex | 3D | CA | 2F | 46 | 0 | 4D | 15 | 73 | 3E | 31 |
| Octal | 75 | 312 | 57 | 106 | 0 | 115 | 25 | 163 | 76 | 61 |
| Binary | 111101 | 11001010 | 101111 | 1000110 | 0 | 1001101 | 10101 | 1110011 | 111110 | 110001 |
Color Harmonies of #3DCA2F
Complementary color
Monochromatic Colors of #3DCA2F
Black with #3DCA2F
Text Example
Text Example
White with #3DCA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA2F; }
p { color: rgb(61,202,47); }
H1.HeaderClassName
{
color: #3DCA2F;
}
.AnyTagClassName
{
color: #3DCA2F;
}
</style>
background-color css
<style>
a { background-color: #3DCA2F; }
a { background-color: rgb(61,202,47); }
div.DivClassName
{
background-color: #3DCA2F;
}
.BgClassName
{
background-color: #3DCA2F;
}
</style>
border-color css
<style>
span { border-color: #3DCA2F; }
span { border-color: rgb(61,202,47); }
td.TdClassName
{
border-color: #3DCA2F;
}
.TagClassName
{
border-color: #3DCA2F;
}
</style>