Shades of Lime Green #27D549
Tints of Lime Green #27D549
RGB
CMYK
RGB Variations
Color information
#27D549 (or 0x27D549) is known color: Lime Green. HEX triplet: 27, D5 and 49. RGB value is (39,213,73). Sum of RGB (Red+Green+Blue) = 39+213+73=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #27D549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D549 is #D82AB6. Grayscale: #919191. Windows color (decimal): -14166711 or 4838695. OLE color: 4838695.
HSL color Cylindrical-coordinate representation of color #27D549: hue angle of 131.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D549 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 73 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.16 |
| HSL | 131.72º | 0.69% | 0.49% | - |
| HSV(B) | 131.72º | 0.82% | 0.84% | - |
| XYZ | 25.83 | 48.5 | 14.3 | - |
| YUV | 145.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 73 | 0.82 | 0 | 0.66 | 0.16 | 131.72 | 0.69 | 0.49 |
| Hex | 27 | D5 | 49 | 52 | 0 | 42 | 10 | 84 | 45 | 31 |
| Octal | 47 | 325 | 111 | 122 | 0 | 102 | 20 | 204 | 105 | 61 |
| Binary | 100111 | 11010101 | 1001001 | 1010010 | 0 | 1000010 | 10000 | 10000100 | 1000101 | 110001 |
Color Harmonies of #27D549
Complementary color
Monochromatic Colors of #27D549
Black with #27D549
Text Example
Text Example
White with #27D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D549; }
p { color: rgb(39,213,73); }
H1.HeaderClassName
{
color: #27D549;
}
.AnyTagClassName
{
color: #27D549;
}
</style>
background-color css
<style>
a { background-color: #27D549; }
a { background-color: rgb(39,213,73); }
div.DivClassName
{
background-color: #27D549;
}
.BgClassName
{
background-color: #27D549;
}
</style>
border-color css
<style>
span { border-color: #27D549; }
span { border-color: rgb(39,213,73); }
td.TdClassName
{
border-color: #27D549;
}
.TagClassName
{
border-color: #27D549;
}
</style>