Shades of Lime Green #3DD03B
Tints of Lime Green #3DD03B
RGB
CMYK
RGB Variations
Color information
#3DD03B (or 0x3DD03B) is known color: Lime Green. HEX triplet: 3D, D0 and 3B. RGB value is (61,208,59). Sum of RGB (Red+Green+Blue) = 61+208+59=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD03B is #C22FC4. Grayscale: #939393. Windows color (decimal): -12726213 or 3919933. OLE color: 3919933.
HSL color Cylindrical-coordinate representation of color #3DD03B: hue angle of 119.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD03B is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 59 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.18 |
| HSL | 119.19º | 0.61% | 0.52% | - |
| HSV(B) | 119.19º | 0.72% | 0.82% | - |
| XYZ | 25.27 | 46.42 | 11.77 | - |
| YUV | 147.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 59 | 0.71 | 0 | 0.72 | 0.18 | 119.19 | 0.61 | 0.52 |
| Hex | 3D | D0 | 3B | 47 | 0 | 48 | 12 | 77 | 3D | 34 |
| Octal | 75 | 320 | 73 | 107 | 0 | 110 | 22 | 167 | 75 | 64 |
| Binary | 111101 | 11010000 | 111011 | 1000111 | 0 | 1001000 | 10010 | 1110111 | 111101 | 110100 |
Color Harmonies of #3DD03B
Complementary color
Monochromatic Colors of #3DD03B
Black with #3DD03B
Text Example
Text Example
White with #3DD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD03B; }
p { color: rgb(61,208,59); }
H1.HeaderClassName
{
color: #3DD03B;
}
.AnyTagClassName
{
color: #3DD03B;
}
</style>
background-color css
<style>
a { background-color: #3DD03B; }
a { background-color: rgb(61,208,59); }
div.DivClassName
{
background-color: #3DD03B;
}
.BgClassName
{
background-color: #3DD03B;
}
</style>
border-color css
<style>
span { border-color: #3DD03B; }
span { border-color: rgb(61,208,59); }
td.TdClassName
{
border-color: #3DD03B;
}
.TagClassName
{
border-color: #3DD03B;
}
</style>