Shades of Lime Green #3DD91B
Tints of Lime Green #3DD91B
RGB
CMYK
RGB Variations
Color information
#3DD91B (or 0x3DD91B) is known color: Lime Green. HEX triplet: 3D, D9 and 1B. RGB value is (61,217,27). Sum of RGB (Red+Green+Blue) = 61+217+27=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD91B is #C226E4. Grayscale: #959595. Windows color (decimal): -12723941 or 1825085. OLE color: 1825085.
HSL color Cylindrical-coordinate representation of color #3DD91B: hue angle of 109.26º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DD91B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.15 |
| HSL | 109.26º | 0.78% | 0.48% | - |
| HSV(B) | 109.26º | 0.88% | 0.85% | - |
| XYZ | 26.94 | 50.7 | 9.4 | - |
| YUV | 148.7 | 59.32 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 27 | 0.72 | 0 | 0.88 | 0.15 | 109.26 | 0.78 | 0.48 |
| Hex | 3D | D9 | 1B | 48 | 0 | 58 | F | 6D | 4E | 30 |
| Octal | 75 | 331 | 33 | 110 | 0 | 130 | 17 | 155 | 116 | 60 |
| Binary | 111101 | 11011001 | 11011 | 1001000 | 0 | 1011000 | 1111 | 1101101 | 1001110 | 110000 |
Color Harmonies of #3DD91B
Complementary color
Monochromatic Colors of #3DD91B
Black with #3DD91B
Text Example
Text Example
White with #3DD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD91B; }
p { color: rgb(61,217,27); }
H1.HeaderClassName
{
color: #3DD91B;
}
.AnyTagClassName
{
color: #3DD91B;
}
</style>
background-color css
<style>
a { background-color: #3DD91B; }
a { background-color: rgb(61,217,27); }
div.DivClassName
{
background-color: #3DD91B;
}
.BgClassName
{
background-color: #3DD91B;
}
</style>
border-color css
<style>
span { border-color: #3DD91B; }
span { border-color: rgb(61,217,27); }
td.TdClassName
{
border-color: #3DD91B;
}
.TagClassName
{
border-color: #3DD91B;
}
</style>