Shades of Lime Green #3DC14B
Tints of Lime Green #3DC14B
RGB
CMYK
RGB Variations
Color information
#3DC14B (or 0x3DC14B) is known color: Lime Green. HEX triplet: 3D, C1 and 4B. RGB value is (61,193,75). Sum of RGB (Red+Green+Blue) = 61+193+75=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC14B is #C23EB4. Grayscale: #8C8C8C. Windows color (decimal): -12730037 or 4964669. OLE color: 4964669.
HSL color Cylindrical-coordinate representation of color #3DC14B: hue angle of 126.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC14B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 75 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.24 |
| HSL | 126.36º | 0.52% | 0.5% | - |
| HSV(B) | 126.36º | 0.68% | 0.76% | - |
| XYZ | 22.26 | 39.64 | 13.13 | - |
| YUV | 140.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 75 | 0.68 | 0 | 0.61 | 0.24 | 126.36 | 0.52 | 0.5 |
| Hex | 3D | C1 | 4B | 44 | 0 | 3D | 18 | 7E | 34 | 32 |
| Octal | 75 | 301 | 113 | 104 | 0 | 75 | 30 | 176 | 64 | 62 |
| Binary | 111101 | 11000001 | 1001011 | 1000100 | 0 | 111101 | 11000 | 1111110 | 110100 | 110010 |
Color Harmonies of #3DC14B
Complementary color
Monochromatic Colors of #3DC14B
Black with #3DC14B
Text Example
Text Example
White with #3DC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC14B; }
p { color: rgb(61,193,75); }
H1.HeaderClassName
{
color: #3DC14B;
}
.AnyTagClassName
{
color: #3DC14B;
}
</style>
background-color css
<style>
a { background-color: #3DC14B; }
a { background-color: rgb(61,193,75); }
div.DivClassName
{
background-color: #3DC14B;
}
.BgClassName
{
background-color: #3DC14B;
}
</style>
border-color css
<style>
span { border-color: #3DC14B; }
span { border-color: rgb(61,193,75); }
td.TdClassName
{
border-color: #3DC14B;
}
.TagClassName
{
border-color: #3DC14B;
}
</style>