Shades of Lime Green #3DC239
Tints of Lime Green #3DC239
RGB
CMYK
RGB Variations
Color information
#3DC239 (or 0x3DC239) is known color: Lime Green. HEX triplet: 3D, C2 and 39. RGB value is (61,194,57). Sum of RGB (Red+Green+Blue) = 61+194+57=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC239 is #C23DC6. Grayscale: #8B8B8B. Windows color (decimal): -12729799 or 3785277. OLE color: 3785277.
HSL color Cylindrical-coordinate representation of color #3DC239: hue angle of 118.25º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC239 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 57 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.24 |
| HSL | 118.25º | 0.55% | 0.49% | - |
| HSV(B) | 118.25º | 0.71% | 0.76% | - |
| XYZ | 21.95 | 39.87 | 10.41 | - |
| YUV | 138.62 | 81.94 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 57 | 0.69 | 0 | 0.71 | 0.24 | 118.25 | 0.55 | 0.49 |
| Hex | 3D | C2 | 39 | 45 | 0 | 47 | 18 | 76 | 37 | 31 |
| Octal | 75 | 302 | 71 | 105 | 0 | 107 | 30 | 166 | 67 | 61 |
| Binary | 111101 | 11000010 | 111001 | 1000101 | 0 | 1000111 | 11000 | 1110110 | 110111 | 110001 |
Color Harmonies of #3DC239
Complementary color
Monochromatic Colors of #3DC239
Black with #3DC239
Text Example
Text Example
White with #3DC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC239; }
p { color: rgb(61,194,57); }
H1.HeaderClassName
{
color: #3DC239;
}
.AnyTagClassName
{
color: #3DC239;
}
</style>
background-color css
<style>
a { background-color: #3DC239; }
a { background-color: rgb(61,194,57); }
div.DivClassName
{
background-color: #3DC239;
}
.BgClassName
{
background-color: #3DC239;
}
</style>
border-color css
<style>
span { border-color: #3DC239; }
span { border-color: rgb(61,194,57); }
td.TdClassName
{
border-color: #3DC239;
}
.TagClassName
{
border-color: #3DC239;
}
</style>