Shades of Lime Green #3DEA42
Tints of Lime Green #3DEA42
RGB
CMYK
RGB Variations
Color information
#3DEA42 (or 0x3DEA42) is known color: Lime Green. HEX triplet: 3D, EA and 42. RGB value is (61,234,66). Sum of RGB (Red+Green+Blue) = 61+234+66=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 234 (91.80% from 255 or 64.82% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEA42 is #C215BD. Grayscale: #A3A3A3. Windows color (decimal): -12719550 or 4385341. OLE color: 4385341.
HSL color Cylindrical-coordinate representation of color #3DEA42: hue angle of 121.73º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA42 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 66 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.08 |
| HSL | 121.73º | 0.8% | 0.58% | - |
| HSV(B) | 121.73º | 0.74% | 0.92% | - |
| XYZ | 32.33 | 60.23 | 15.08 | - |
| YUV | 163.12 | 73.19 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 66 | 0.74 | 0 | 0.72 | 0.08 | 121.73 | 0.8 | 0.58 |
| Hex | 3D | EA | 42 | 4A | 0 | 48 | 8 | 7A | 50 | 3A |
| Octal | 75 | 352 | 102 | 112 | 0 | 110 | 10 | 172 | 120 | 72 |
| Binary | 111101 | 11101010 | 1000010 | 1001010 | 0 | 1001000 | 1000 | 1111010 | 1010000 | 111010 |
Color Harmonies of #3DEA42
Complementary color
Monochromatic Colors of #3DEA42
Black with #3DEA42
Text Example
Text Example
White with #3DEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEA42; }
p { color: rgb(61,234,66); }
H1.HeaderClassName
{
color: #3DEA42;
}
.AnyTagClassName
{
color: #3DEA42;
}
</style>
background-color css
<style>
a { background-color: #3DEA42; }
a { background-color: rgb(61,234,66); }
div.DivClassName
{
background-color: #3DEA42;
}
.BgClassName
{
background-color: #3DEA42;
}
</style>
border-color css
<style>
span { border-color: #3DEA42; }
span { border-color: rgb(61,234,66); }
td.TdClassName
{
border-color: #3DEA42;
}
.TagClassName
{
border-color: #3DEA42;
}
</style>