Shades of Lime Green #3DC635
Tints of Lime Green #3DC635
RGB
CMYK
RGB Variations
Color information
#3DC635 (or 0x3DC635) is known color: Lime Green. HEX triplet: 3D, C6 and 35. RGB value is (61,198,53). Sum of RGB (Red+Green+Blue) = 61+198+53=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC635 is #C239CA. Grayscale: #8C8C8C. Windows color (decimal): -12728779 or 3524157. OLE color: 3524157.
HSL color Cylindrical-coordinate representation of color #3DC635: hue angle of 116.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DC635 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 53 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.22 |
| HSL | 116.69º | 0.58% | 0.49% | - |
| HSV(B) | 116.69º | 0.73% | 0.78% | - |
| XYZ | 22.76 | 41.64 | 10.21 | - |
| YUV | 140.51 | 78.61 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 53 | 0.69 | 0 | 0.73 | 0.22 | 116.69 | 0.58 | 0.49 |
| Hex | 3D | C6 | 35 | 45 | 0 | 49 | 16 | 75 | 3A | 31 |
| Octal | 75 | 306 | 65 | 105 | 0 | 111 | 26 | 165 | 72 | 61 |
| Binary | 111101 | 11000110 | 110101 | 1000101 | 0 | 1001001 | 10110 | 1110101 | 111010 | 110001 |
Color Harmonies of #3DC635
Complementary color
Monochromatic Colors of #3DC635
Black with #3DC635
Text Example
Text Example
White with #3DC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC635; }
p { color: rgb(61,198,53); }
H1.HeaderClassName
{
color: #3DC635;
}
.AnyTagClassName
{
color: #3DC635;
}
</style>
background-color css
<style>
a { background-color: #3DC635; }
a { background-color: rgb(61,198,53); }
div.DivClassName
{
background-color: #3DC635;
}
.BgClassName
{
background-color: #3DC635;
}
</style>
border-color css
<style>
span { border-color: #3DC635; }
span { border-color: rgb(61,198,53); }
td.TdClassName
{
border-color: #3DC635;
}
.TagClassName
{
border-color: #3DC635;
}
</style>