Shades of Lime Green #27D648
Tints of Lime Green #27D648
RGB
CMYK
RGB Variations
Color information
#27D648 (or 0x27D648) is known color: Lime Green. HEX triplet: 27, D6 and 48. RGB value is (39,214,72). Sum of RGB (Red+Green+Blue) = 39+214+72=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #27D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D648 is #D829B7. Grayscale: #919191. Windows color (decimal): -14166456 or 4773415. OLE color: 4773415.
HSL color Cylindrical-coordinate representation of color #27D648: hue angle of 131.31º 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 #27D648 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 72 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.16 |
| HSL | 131.31º | 0.69% | 0.5% | - |
| HSV(B) | 131.31º | 0.82% | 0.84% | - |
| XYZ | 26.05 | 48.99 | 14.21 | - |
| YUV | 145.49 | 86.52 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 72 | 0.82 | 0 | 0.66 | 0.16 | 131.31 | 0.69 | 0.5 |
| Hex | 27 | D6 | 48 | 52 | 0 | 42 | 10 | 83 | 45 | 32 |
| Octal | 47 | 326 | 110 | 122 | 0 | 102 | 20 | 203 | 105 | 62 |
| Binary | 100111 | 11010110 | 1001000 | 1010010 | 0 | 1000010 | 10000 | 10000011 | 1000101 | 110010 |
Color Harmonies of #27D648
Complementary color
Monochromatic Colors of #27D648
Black with #27D648
Text Example
Text Example
White with #27D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D648; }
p { color: rgb(39,214,72); }
H1.HeaderClassName
{
color: #27D648;
}
.AnyTagClassName
{
color: #27D648;
}
</style>
background-color css
<style>
a { background-color: #27D648; }
a { background-color: rgb(39,214,72); }
div.DivClassName
{
background-color: #27D648;
}
.BgClassName
{
background-color: #27D648;
}
</style>
border-color css
<style>
span { border-color: #27D648; }
span { border-color: rgb(39,214,72); }
td.TdClassName
{
border-color: #27D648;
}
.TagClassName
{
border-color: #27D648;
}
</style>