Shades of Lime Green #3DC33A
Tints of Lime Green #3DC33A
RGB
CMYK
RGB Variations
Color information
#3DC33A (or 0x3DC33A) is known color: Lime Green. HEX triplet: 3D, C3 and 3A. RGB value is (61,195,58). Sum of RGB (Red+Green+Blue) = 61+195+58=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC33A is #C23CC5. Grayscale: #8B8B8B. Windows color (decimal): -12729542 or 3851069. OLE color: 3851069.
HSL color Cylindrical-coordinate representation of color #3DC33A: hue angle of 118.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC33A is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 58 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.24 |
| HSL | 118.69º | 0.54% | 0.5% | - |
| HSV(B) | 118.69º | 0.7% | 0.76% | - |
| XYZ | 22.2 | 40.33 | 10.62 | - |
| YUV | 139.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 58 | 0.69 | 0 | 0.70 | 0.24 | 118.69 | 0.54 | 0.5 |
| Hex | 3D | C3 | 3A | 45 | 0 | 46 | 18 | 77 | 36 | 32 |
| Octal | 75 | 303 | 72 | 105 | 0 | 106 | 30 | 167 | 66 | 62 |
| Binary | 111101 | 11000011 | 111010 | 1000101 | 0 | 1000110 | 11000 | 1110111 | 110110 | 110010 |
Color Harmonies of #3DC33A
Complementary color
Monochromatic Colors of #3DC33A
Black with #3DC33A
Text Example
Text Example
White with #3DC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC33A; }
p { color: rgb(61,195,58); }
H1.HeaderClassName
{
color: #3DC33A;
}
.AnyTagClassName
{
color: #3DC33A;
}
</style>
background-color css
<style>
a { background-color: #3DC33A; }
a { background-color: rgb(61,195,58); }
div.DivClassName
{
background-color: #3DC33A;
}
.BgClassName
{
background-color: #3DC33A;
}
</style>
border-color css
<style>
span { border-color: #3DC33A; }
span { border-color: rgb(61,195,58); }
td.TdClassName
{
border-color: #3DC33A;
}
.TagClassName
{
border-color: #3DC33A;
}
</style>