Shades of Lime Green #3DCC43
Tints of Lime Green #3DCC43
RGB
CMYK
RGB Variations
Color information
#3DCC43 (or 0x3DCC43) is known color: Lime Green. HEX triplet: 3D, CC and 43. RGB value is (61,204,67). Sum of RGB (Red+Green+Blue) = 61+204+67=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC43 is #C233BC. Grayscale: #929292. Windows color (decimal): -12727229 or 4443197. OLE color: 4443197.
HSL color Cylindrical-coordinate representation of color #3DCC43: hue angle of 122.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC43 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 67 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.2 |
| HSL | 122.52º | 0.58% | 0.52% | - |
| HSV(B) | 122.52º | 0.7% | 0.8% | - |
| XYZ | 24.53 | 44.58 | 12.62 | - |
| YUV | 145.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 67 | 0.70 | 0 | 0.67 | 0.2 | 122.52 | 0.58 | 0.52 |
| Hex | 3D | CC | 43 | 46 | 0 | 43 | 14 | 7B | 3A | 34 |
| Octal | 75 | 314 | 103 | 106 | 0 | 103 | 24 | 173 | 72 | 64 |
| Binary | 111101 | 11001100 | 1000011 | 1000110 | 0 | 1000011 | 10100 | 1111011 | 111010 | 110100 |
Color Harmonies of #3DCC43
Complementary color
Monochromatic Colors of #3DCC43
Black with #3DCC43
Text Example
Text Example
White with #3DCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC43; }
p { color: rgb(61,204,67); }
H1.HeaderClassName
{
color: #3DCC43;
}
.AnyTagClassName
{
color: #3DCC43;
}
</style>
background-color css
<style>
a { background-color: #3DCC43; }
a { background-color: rgb(61,204,67); }
div.DivClassName
{
background-color: #3DCC43;
}
.BgClassName
{
background-color: #3DCC43;
}
</style>
border-color css
<style>
span { border-color: #3DCC43; }
span { border-color: rgb(61,204,67); }
td.TdClassName
{
border-color: #3DCC43;
}
.TagClassName
{
border-color: #3DCC43;
}
</style>