Shades of Lime Green #3DC133
Tints of Lime Green #3DC133
RGB
CMYK
RGB Variations
Color information
#3DC133 (or 0x3DC133) is known color: Lime Green. HEX triplet: 3D, C1 and 33. RGB value is (61,193,51). Sum of RGB (Red+Green+Blue) = 61+193+51=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC133 is #C23ECC. Grayscale: #898989. Windows color (decimal): -12730061 or 3391805. OLE color: 3391805.
HSL color Cylindrical-coordinate representation of color #3DC133: hue angle of 115.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC133 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 51 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.24 |
| HSL | 115.77º | 0.58% | 0.48% | - |
| HSV(B) | 115.77º | 0.74% | 0.76% | - |
| XYZ | 21.59 | 39.37 | 9.59 | - |
| YUV | 137.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 51 | 0.68 | 0 | 0.74 | 0.24 | 115.77 | 0.58 | 0.48 |
| Hex | 3D | C1 | 33 | 44 | 0 | 4A | 18 | 74 | 3A | 30 |
| Octal | 75 | 301 | 63 | 104 | 0 | 112 | 30 | 164 | 72 | 60 |
| Binary | 111101 | 11000001 | 110011 | 1000100 | 0 | 1001010 | 11000 | 1110100 | 111010 | 110000 |
Color Harmonies of #3DC133
Complementary color
Monochromatic Colors of #3DC133
Black with #3DC133
Text Example
Text Example
White with #3DC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC133; }
p { color: rgb(61,193,51); }
H1.HeaderClassName
{
color: #3DC133;
}
.AnyTagClassName
{
color: #3DC133;
}
</style>
background-color css
<style>
a { background-color: #3DC133; }
a { background-color: rgb(61,193,51); }
div.DivClassName
{
background-color: #3DC133;
}
.BgClassName
{
background-color: #3DC133;
}
</style>
border-color css
<style>
span { border-color: #3DC133; }
span { border-color: rgb(61,193,51); }
td.TdClassName
{
border-color: #3DC133;
}
.TagClassName
{
border-color: #3DC133;
}
</style>