Shades of Lime Green #3AD627
Tints of Lime Green #3AD627
RGB
CMYK
RGB Variations
Color information
#3AD627 (or 0x3AD627) is known color: Lime Green. HEX triplet: 3A, D6 and 27. RGB value is (58,214,39). Sum of RGB (Red+Green+Blue) = 58+214+39=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD627 is #C529D8. Grayscale: #939393. Windows color (decimal): -12921305 or 2610746. OLE color: 2610746.
HSL color Cylindrical-coordinate representation of color #3AD627: hue angle of 113.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AD627 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 39 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.16 |
| HSL | 113.49º | 0.69% | 0.5% | - |
| HSV(B) | 113.49º | 0.82% | 0.84% | - |
| XYZ | 26.16 | 49.14 | 10.03 | - |
| YUV | 147.41 | 66.82 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 39 | 0.73 | 0 | 0.82 | 0.16 | 113.49 | 0.69 | 0.5 |
| Hex | 3A | D6 | 27 | 49 | 0 | 52 | 10 | 71 | 45 | 32 |
| Octal | 72 | 326 | 47 | 111 | 0 | 122 | 20 | 161 | 105 | 62 |
| Binary | 111010 | 11010110 | 100111 | 1001001 | 0 | 1010010 | 10000 | 1110001 | 1000101 | 110010 |
Color Harmonies of #3AD627
Complementary color
Monochromatic Colors of #3AD627
Black with #3AD627
Text Example
Text Example
White with #3AD627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD627; }
p { color: rgb(58,214,39); }
H1.HeaderClassName
{
color: #3AD627;
}
.AnyTagClassName
{
color: #3AD627;
}
</style>
background-color css
<style>
a { background-color: #3AD627; }
a { background-color: rgb(58,214,39); }
div.DivClassName
{
background-color: #3AD627;
}
.BgClassName
{
background-color: #3AD627;
}
</style>
border-color css
<style>
span { border-color: #3AD627; }
span { border-color: rgb(58,214,39); }
td.TdClassName
{
border-color: #3AD627;
}
.TagClassName
{
border-color: #3AD627;
}
</style>