Shades of Lime Green #3DE62B
Tints of Lime Green #3DE62B
RGB
CMYK
RGB Variations
Color information
#3DE62B (or 0x3DE62B) is known color: Lime Green. HEX triplet: 3D, E6 and 2B. RGB value is (61,230,43). Sum of RGB (Red+Green+Blue) = 61+230+43=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE62B is #C219D4. Grayscale: #9E9E9E. Windows color (decimal): -12720597 or 2876989. OLE color: 2876989.
HSL color Cylindrical-coordinate representation of color #3DE62B: hue angle of 114.22º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DE62B is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 230 | 43 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.10 |
| HSL | 114.22º | 0.79% | 0.54% | - |
| HSV(B) | 114.22º | 0.81% | 0.9% | - |
| XYZ | 30.66 | 57.76 | 11.82 | - |
| YUV | 158.15 | 63.01 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 230 | 43 | 0.73 | 0 | 0.81 | 0.10 | 114.22 | 0.79 | 0.54 |
| Hex | 3D | E6 | 2B | 49 | 0 | 51 | A | 72 | 4F | 36 |
| Octal | 75 | 346 | 53 | 111 | 0 | 121 | 12 | 162 | 117 | 66 |
| Binary | 111101 | 11100110 | 101011 | 1001001 | 0 | 1010001 | 1010 | 1110010 | 1001111 | 110110 |
Color Harmonies of #3DE62B
Complementary color
Monochromatic Colors of #3DE62B
Black with #3DE62B
Text Example
Text Example
White with #3DE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE62B; }
p { color: rgb(61,230,43); }
H1.HeaderClassName
{
color: #3DE62B;
}
.AnyTagClassName
{
color: #3DE62B;
}
</style>
background-color css
<style>
a { background-color: #3DE62B; }
a { background-color: rgb(61,230,43); }
div.DivClassName
{
background-color: #3DE62B;
}
.BgClassName
{
background-color: #3DE62B;
}
</style>
border-color css
<style>
span { border-color: #3DE62B; }
span { border-color: rgb(61,230,43); }
td.TdClassName
{
border-color: #3DE62B;
}
.TagClassName
{
border-color: #3DE62B;
}
</style>