Shades of Lime Green #3DF42D
Tints of Lime Green #3DF42D
RGB
CMYK
RGB Variations
Color information
#3DF42D (or 0x3DF42D) is known color: Lime Green. HEX triplet: 3D, F4 and 2D. RGB value is (61,244,45). Sum of RGB (Red+Green+Blue) = 61+244+45=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 244 (95.70% from 255 or 69.71% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF42D is #C20BD2. Grayscale: #A7A7A7. Windows color (decimal): -12717011 or 3011645. OLE color: 3011645.
HSL color Cylindrical-coordinate representation of color #3DF42D: hue angle of 115.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DF42D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 45 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.04 |
| HSL | 115.18º | 0.9% | 0.57% | - |
| HSV(B) | 115.18º | 0.82% | 0.96% | - |
| XYZ | 34.75 | 65.88 | 13.37 | - |
| YUV | 166.6 | 59.37 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 45 | 0.75 | 0 | 0.82 | 0.04 | 115.18 | 0.9 | 0.57 |
| Hex | 3D | F4 | 2D | 4B | 0 | 52 | 4 | 73 | 5A | 39 |
| Octal | 75 | 364 | 55 | 113 | 0 | 122 | 4 | 163 | 132 | 71 |
| Binary | 111101 | 11110100 | 101101 | 1001011 | 0 | 1010010 | 100 | 1110011 | 1011010 | 111001 |
Color Harmonies of #3DF42D
Complementary color
Monochromatic Colors of #3DF42D
Black with #3DF42D
Text Example
Text Example
White with #3DF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF42D; }
p { color: rgb(61,244,45); }
H1.HeaderClassName
{
color: #3DF42D;
}
.AnyTagClassName
{
color: #3DF42D;
}
</style>
background-color css
<style>
a { background-color: #3DF42D; }
a { background-color: rgb(61,244,45); }
div.DivClassName
{
background-color: #3DF42D;
}
.BgClassName
{
background-color: #3DF42D;
}
</style>
border-color css
<style>
span { border-color: #3DF42D; }
span { border-color: rgb(61,244,45); }
td.TdClassName
{
border-color: #3DF42D;
}
.TagClassName
{
border-color: #3DF42D;
}
</style>