Shades of Lime Green #3DF538
Tints of Lime Green #3DF538
RGB
CMYK
RGB Variations
Color information
#3DF538 (or 0x3DF538) is known color: Lime Green. HEX triplet: 3D, F5 and 38. RGB value is (61,245,56). Sum of RGB (Red+Green+Blue) = 61+245+56=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF538 is #C20AC7. Grayscale: #A9A9A9. Windows color (decimal): -12716744 or 3732797. OLE color: 3732797.
HSL color Cylindrical-coordinate representation of color #3DF538: hue angle of 118.41º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF538 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 56 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.04 |
| HSL | 118.41º | 0.9% | 0.59% | - |
| HSV(B) | 118.41º | 0.77% | 0.96% | - |
| XYZ | 35.29 | 66.58 | 14.73 | - |
| YUV | 168.44 | 64.54 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 56 | 0.75 | 0 | 0.77 | 0.04 | 118.41 | 0.9 | 0.59 |
| Hex | 3D | F5 | 38 | 4B | 0 | 4D | 4 | 76 | 5A | 3B |
| Octal | 75 | 365 | 70 | 113 | 0 | 115 | 4 | 166 | 132 | 73 |
| Binary | 111101 | 11110101 | 111000 | 1001011 | 0 | 1001101 | 100 | 1110110 | 1011010 | 111011 |
Color Harmonies of #3DF538
Complementary color
Monochromatic Colors of #3DF538
Black with #3DF538
Text Example
Text Example
White with #3DF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF538; }
p { color: rgb(61,245,56); }
H1.HeaderClassName
{
color: #3DF538;
}
.AnyTagClassName
{
color: #3DF538;
}
</style>
background-color css
<style>
a { background-color: #3DF538; }
a { background-color: rgb(61,245,56); }
div.DivClassName
{
background-color: #3DF538;
}
.BgClassName
{
background-color: #3DF538;
}
</style>
border-color css
<style>
span { border-color: #3DF538; }
span { border-color: rgb(61,245,56); }
td.TdClassName
{
border-color: #3DF538;
}
.TagClassName
{
border-color: #3DF538;
}
</style>