Shades of Lime Green #3DC231
Tints of Lime Green #3DC231
RGB
CMYK
RGB Variations
Color information
#3DC231 (or 0x3DC231) is known color: Lime Green. HEX triplet: 3D, C2 and 31. RGB value is (61,194,49). Sum of RGB (Red+Green+Blue) = 61+194+49=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC231 is #C23DCE. Grayscale: #8A8A8A. Windows color (decimal): -12729807 or 3260989. OLE color: 3260989.
HSL color Cylindrical-coordinate representation of color #3DC231: hue angle of 115.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DC231 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 49 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.24 |
| HSL | 115.03º | 0.6% | 0.48% | - |
| HSV(B) | 115.03º | 0.75% | 0.76% | - |
| XYZ | 21.77 | 39.8 | 9.44 | - |
| YUV | 137.7 | 77.94 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 49 | 0.69 | 0 | 0.75 | 0.24 | 115.03 | 0.6 | 0.48 |
| Hex | 3D | C2 | 31 | 45 | 0 | 4B | 18 | 73 | 3C | 30 |
| Octal | 75 | 302 | 61 | 105 | 0 | 113 | 30 | 163 | 74 | 60 |
| Binary | 111101 | 11000010 | 110001 | 1000101 | 0 | 1001011 | 11000 | 1110011 | 111100 | 110000 |
Color Harmonies of #3DC231
Complementary color
Monochromatic Colors of #3DC231
Black with #3DC231
Text Example
Text Example
White with #3DC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC231; }
p { color: rgb(61,194,49); }
H1.HeaderClassName
{
color: #3DC231;
}
.AnyTagClassName
{
color: #3DC231;
}
</style>
background-color css
<style>
a { background-color: #3DC231; }
a { background-color: rgb(61,194,49); }
div.DivClassName
{
background-color: #3DC231;
}
.BgClassName
{
background-color: #3DC231;
}
</style>
border-color css
<style>
span { border-color: #3DC231; }
span { border-color: rgb(61,194,49); }
td.TdClassName
{
border-color: #3DC231;
}
.TagClassName
{
border-color: #3DC231;
}
</style>