Shades of Lime Green #27AD3D
Tints of Lime Green #27AD3D
RGB
CMYK
RGB Variations
Color information
#27AD3D (or 0x27AD3D) is known color: Lime Green. HEX triplet: 27, AD and 3D. RGB value is (39,173,61). Sum of RGB (Red+Green+Blue) = 39+173+61=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #27AD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AD3D is #D852C2. Grayscale: #787878. Windows color (decimal): -14176963 or 4042023. OLE color: 4042023.
HSL color Cylindrical-coordinate representation of color #27AD3D: hue angle of 129.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AD3D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 61 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.32 |
| HSL | 129.85º | 0.63% | 0.42% | - |
| HSV(B) | 129.85º | 0.77% | 0.68% | - |
| XYZ | 16.62 | 30.66 | 9.46 | - |
| YUV | 120.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 61 | 0.77 | 0 | 0.65 | 0.32 | 129.85 | 0.63 | 0.42 |
| Hex | 27 | AD | 3D | 4D | 0 | 41 | 20 | 82 | 3F | 2A |
| Octal | 47 | 255 | 75 | 115 | 0 | 101 | 40 | 202 | 77 | 52 |
| Binary | 100111 | 10101101 | 111101 | 1001101 | 0 | 1000001 | 100000 | 10000010 | 111111 | 101010 |
Color Harmonies of #27AD3D
Complementary color
Monochromatic Colors of #27AD3D
Black with #27AD3D
Text Example
Text Example
White with #27AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AD3D; }
p { color: rgb(39,173,61); }
H1.HeaderClassName
{
color: #27AD3D;
}
.AnyTagClassName
{
color: #27AD3D;
}
</style>
background-color css
<style>
a { background-color: #27AD3D; }
a { background-color: rgb(39,173,61); }
div.DivClassName
{
background-color: #27AD3D;
}
.BgClassName
{
background-color: #27AD3D;
}
</style>
border-color css
<style>
span { border-color: #27AD3D; }
span { border-color: rgb(39,173,61); }
td.TdClassName
{
border-color: #27AD3D;
}
.TagClassName
{
border-color: #27AD3D;
}
</style>