Shades of Lime Green #27D529
Tints of Lime Green #27D529
RGB
CMYK
RGB Variations
Color information
#27D529 (or 0x27D529) is known color: Lime Green. HEX triplet: 27, D5 and 29. RGB value is (39,213,41). Sum of RGB (Red+Green+Blue) = 39+213+41=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #27D529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D529 is #D82AD6. Grayscale: #8D8D8D. Windows color (decimal): -14166743 or 2741543. OLE color: 2741543.
HSL color Cylindrical-coordinate representation of color #27D529: hue angle of 120.69º 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 #27D529 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 41 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.16 |
| HSL | 120.69º | 0.69% | 0.49% | - |
| HSV(B) | 120.69º | 0.82% | 0.84% | - |
| XYZ | 25.03 | 48.18 | 10.08 | - |
| YUV | 141.37 | 71.35 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 41 | 0.82 | 0 | 0.81 | 0.16 | 120.69 | 0.69 | 0.49 |
| Hex | 27 | D5 | 29 | 52 | 0 | 51 | 10 | 79 | 45 | 31 |
| Octal | 47 | 325 | 51 | 122 | 0 | 121 | 20 | 171 | 105 | 61 |
| Binary | 100111 | 11010101 | 101001 | 1010010 | 0 | 1010001 | 10000 | 1111001 | 1000101 | 110001 |
Color Harmonies of #27D529
Complementary color
Monochromatic Colors of #27D529
Black with #27D529
Text Example
Text Example
White with #27D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D529; }
p { color: rgb(39,213,41); }
H1.HeaderClassName
{
color: #27D529;
}
.AnyTagClassName
{
color: #27D529;
}
</style>
background-color css
<style>
a { background-color: #27D529; }
a { background-color: rgb(39,213,41); }
div.DivClassName
{
background-color: #27D529;
}
.BgClassName
{
background-color: #27D529;
}
</style>
border-color css
<style>
span { border-color: #27D529; }
span { border-color: rgb(39,213,41); }
td.TdClassName
{
border-color: #27D529;
}
.TagClassName
{
border-color: #27D529;
}
</style>