Shades of Lime Green #3DC24A
Tints of Lime Green #3DC24A
RGB
CMYK
RGB Variations
Color information
#3DC24A (or 0x3DC24A) is known color: Lime Green. HEX triplet: 3D, C2 and 4A. RGB value is (61,194,74). Sum of RGB (Red+Green+Blue) = 61+194+74=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC24A is #C23DB5. Grayscale: #8C8C8C. Windows color (decimal): -12729782 or 4899389. OLE color: 4899389.
HSL color Cylindrical-coordinate representation of color #3DC24A: hue angle of 125.86º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC24A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 74 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.24 |
| HSL | 125.86º | 0.52% | 0.5% | - |
| HSV(B) | 125.86º | 0.69% | 0.76% | - |
| XYZ | 22.45 | 40.07 | 13.03 | - |
| YUV | 140.55 | 90.44 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 74 | 0.69 | 0 | 0.62 | 0.24 | 125.86 | 0.52 | 0.5 |
| Hex | 3D | C2 | 4A | 45 | 0 | 3E | 18 | 7E | 34 | 32 |
| Octal | 75 | 302 | 112 | 105 | 0 | 76 | 30 | 176 | 64 | 62 |
| Binary | 111101 | 11000010 | 1001010 | 1000101 | 0 | 111110 | 11000 | 1111110 | 110100 | 110010 |
Color Harmonies of #3DC24A
Complementary color
Monochromatic Colors of #3DC24A
Black with #3DC24A
Text Example
Text Example
White with #3DC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC24A; }
p { color: rgb(61,194,74); }
H1.HeaderClassName
{
color: #3DC24A;
}
.AnyTagClassName
{
color: #3DC24A;
}
</style>
background-color css
<style>
a { background-color: #3DC24A; }
a { background-color: rgb(61,194,74); }
div.DivClassName
{
background-color: #3DC24A;
}
.BgClassName
{
background-color: #3DC24A;
}
</style>
border-color css
<style>
span { border-color: #3DC24A; }
span { border-color: rgb(61,194,74); }
td.TdClassName
{
border-color: #3DC24A;
}
.TagClassName
{
border-color: #3DC24A;
}
</style>