Shades of Lime Green #3DF43D
Tints of Lime Green #3DF43D
RGB
CMYK
RGB Variations
Color information
#3DF43D (or 0x3DF43D) is known color: Lime Green. HEX triplet: 3D, F4 and 3D. RGB value is (61,244,61). Sum of RGB (Red+Green+Blue) = 61+244+61=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF43D is #C20BC2. Grayscale: #A8A8A8. Windows color (decimal): -12716995 or 4060221. OLE color: 4060221.
HSL color Cylindrical-coordinate representation of color #3DF43D: hue angle of 120º 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 #3DF43D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 61 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.04 |
| HSL | 120º | 0.89% | 0.6% | - |
| HSV(B) | 120º | 0.75% | 0.96% | - |
| XYZ | 35.12 | 66.03 | 15.31 | - |
| YUV | 168.42 | 67.37 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 61 | 0.75 | 0 | 0.75 | 0.04 | 120 | 0.89 | 0.6 |
| Hex | 3D | F4 | 3D | 4B | 0 | 4B | 4 | 78 | 59 | 3C |
| Octal | 75 | 364 | 75 | 113 | 0 | 113 | 4 | 170 | 131 | 74 |
| Binary | 111101 | 11110100 | 111101 | 1001011 | 0 | 1001011 | 100 | 1111000 | 1011001 | 111100 |
Color Harmonies of #3DF43D
Complementary color
Monochromatic Colors of #3DF43D
Black with #3DF43D
Text Example
Text Example
White with #3DF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF43D; }
p { color: rgb(61,244,61); }
H1.HeaderClassName
{
color: #3DF43D;
}
.AnyTagClassName
{
color: #3DF43D;
}
</style>
background-color css
<style>
a { background-color: #3DF43D; }
a { background-color: rgb(61,244,61); }
div.DivClassName
{
background-color: #3DF43D;
}
.BgClassName
{
background-color: #3DF43D;
}
</style>
border-color css
<style>
span { border-color: #3DF43D; }
span { border-color: rgb(61,244,61); }
td.TdClassName
{
border-color: #3DF43D;
}
.TagClassName
{
border-color: #3DF43D;
}
</style>