Shades of Lime Green #27C148
Tints of Lime Green #27C148
RGB
CMYK
RGB Variations
Color information
#27C148 (or 0x27C148) is known color: Lime Green. HEX triplet: 27, C1 and 48. RGB value is (39,193,72). Sum of RGB (Red+Green+Blue) = 39+193+72=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #27C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C148 is #D83EB7. Grayscale: #858585. Windows color (decimal): -14171832 or 4768039. OLE color: 4768039.
HSL color Cylindrical-coordinate representation of color #27C148: hue angle of 132.86º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C148 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 193 | 72 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.24 |
| HSL | 132.86º | 0.66% | 0.45% | - |
| HSV(B) | 132.86º | 0.8% | 0.76% | - |
| XYZ | 21.08 | 39.04 | 12.56 | - |
| YUV | 133.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 72 | 0.80 | 0 | 0.63 | 0.24 | 132.86 | 0.66 | 0.45 |
| Hex | 27 | C1 | 48 | 50 | 0 | 3F | 18 | 85 | 42 | 2D |
| Octal | 47 | 301 | 110 | 120 | 0 | 77 | 30 | 205 | 102 | 55 |
| Binary | 100111 | 11000001 | 1001000 | 1010000 | 0 | 111111 | 11000 | 10000101 | 1000010 | 101101 |
Color Harmonies of #27C148
Complementary color
Monochromatic Colors of #27C148
Black with #27C148
Text Example
Text Example
White with #27C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C148; }
p { color: rgb(39,193,72); }
H1.HeaderClassName
{
color: #27C148;
}
.AnyTagClassName
{
color: #27C148;
}
</style>
background-color css
<style>
a { background-color: #27C148; }
a { background-color: rgb(39,193,72); }
div.DivClassName
{
background-color: #27C148;
}
.BgClassName
{
background-color: #27C148;
}
</style>
border-color css
<style>
span { border-color: #27C148; }
span { border-color: rgb(39,193,72); }
td.TdClassName
{
border-color: #27C148;
}
.TagClassName
{
border-color: #27C148;
}
</style>