Shades of Lime Green #27AB3D
Tints of Lime Green #27AB3D
RGB
CMYK
RGB Variations
Color information
#27AB3D (or 0x27AB3D) is known color: Lime Green. HEX triplet: 27, AB and 3D. RGB value is (39,171,61). Sum of RGB (Red+Green+Blue) = 39+171+61=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AB3D is #D854C2. Grayscale: #777777. Windows color (decimal): -14177475 or 4041511. OLE color: 4041511.
HSL color Cylindrical-coordinate representation of color #27AB3D: hue angle of 130º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AB3D is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 171 | 61 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.33 |
| HSL | 130º | 0.63% | 0.41% | - |
| HSV(B) | 130º | 0.77% | 0.67% | - |
| XYZ | 16.24 | 29.89 | 9.33 | - |
| YUV | 118.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 171 | 61 | 0.77 | 0 | 0.64 | 0.33 | 130 | 0.63 | 0.41 |
| Hex | 27 | AB | 3D | 4D | 0 | 40 | 21 | 82 | 3F | 29 |
| Octal | 47 | 253 | 75 | 115 | 0 | 100 | 41 | 202 | 77 | 51 |
| Binary | 100111 | 10101011 | 111101 | 1001101 | 0 | 1000000 | 100001 | 10000010 | 111111 | 101001 |
Color Harmonies of #27AB3D
Complementary color
Monochromatic Colors of #27AB3D
Black with #27AB3D
Text Example
Text Example
White with #27AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AB3D; }
p { color: rgb(39,171,61); }
H1.HeaderClassName
{
color: #27AB3D;
}
.AnyTagClassName
{
color: #27AB3D;
}
</style>
background-color css
<style>
a { background-color: #27AB3D; }
a { background-color: rgb(39,171,61); }
div.DivClassName
{
background-color: #27AB3D;
}
.BgClassName
{
background-color: #27AB3D;
}
</style>
border-color css
<style>
span { border-color: #27AB3D; }
span { border-color: rgb(39,171,61); }
td.TdClassName
{
border-color: #27AB3D;
}
.TagClassName
{
border-color: #27AB3D;
}
</style>