Shades of Lime Green #3DF442
Tints of Lime Green #3DF442
RGB
CMYK
RGB Variations
Color information
#3DF442 (or 0x3DF442) is known color: Lime Green. HEX triplet: 3D, F4 and 42. RGB value is (61,244,66). Sum of RGB (Red+Green+Blue) = 61+244+66=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF442 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF442 is #C20BBD. Grayscale: #A9A9A9. Windows color (decimal): -12716990 or 4387901. OLE color: 4387901.
HSL color Cylindrical-coordinate representation of color #3DF442: hue angle of 121.64º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF442 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 66 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.04 |
| HSL | 121.64º | 0.89% | 0.6% | - |
| HSV(B) | 121.64º | 0.75% | 0.96% | - |
| XYZ | 35.26 | 66.09 | 16.05 | - |
| YUV | 168.99 | 69.87 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 66 | 0.75 | 0 | 0.73 | 0.04 | 121.64 | 0.89 | 0.6 |
| Hex | 3D | F4 | 42 | 4B | 0 | 49 | 4 | 7A | 59 | 3C |
| Octal | 75 | 364 | 102 | 113 | 0 | 111 | 4 | 172 | 131 | 74 |
| Binary | 111101 | 11110100 | 1000010 | 1001011 | 0 | 1001001 | 100 | 1111010 | 1011001 | 111100 |
Color Harmonies of #3DF442
Complementary color
Monochromatic Colors of #3DF442
Black with #3DF442
Text Example
Text Example
White with #3DF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF442; }
p { color: rgb(61,244,66); }
H1.HeaderClassName
{
color: #3DF442;
}
.AnyTagClassName
{
color: #3DF442;
}
</style>
background-color css
<style>
a { background-color: #3DF442; }
a { background-color: rgb(61,244,66); }
div.DivClassName
{
background-color: #3DF442;
}
.BgClassName
{
background-color: #3DF442;
}
</style>
border-color css
<style>
span { border-color: #3DF442; }
span { border-color: rgb(61,244,66); }
td.TdClassName
{
border-color: #3DF442;
}
.TagClassName
{
border-color: #3DF442;
}
</style>