Shades of Lime Green #27C328
Tints of Lime Green #27C328
RGB
CMYK
RGB Variations
Color information
#27C328 (or 0x27C328) is known color: Lime Green. HEX triplet: 27, C3 and 28. RGB value is (39,195,40). Sum of RGB (Red+Green+Blue) = 39+195+40=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #27C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C328 is #D83CD7. Grayscale: #838383. Windows color (decimal): -14171352 or 2671399. OLE color: 2671399.
HSL color Cylindrical-coordinate representation of color #27C328: hue angle of 120.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C328 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 40 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.24 |
| HSL | 120.38º | 0.67% | 0.46% | - |
| HSV(B) | 120.38º | 0.8% | 0.76% | - |
| XYZ | 20.73 | 39.61 | 8.56 | - |
| YUV | 130.69 | 76.82 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 40 | 0.80 | 0 | 0.79 | 0.24 | 120.38 | 0.67 | 0.46 |
| Hex | 27 | C3 | 28 | 50 | 0 | 4F | 18 | 78 | 43 | 2E |
| Octal | 47 | 303 | 50 | 120 | 0 | 117 | 30 | 170 | 103 | 56 |
| Binary | 100111 | 11000011 | 101000 | 1010000 | 0 | 1001111 | 11000 | 1111000 | 1000011 | 101110 |
Color Harmonies of #27C328
Complementary color
Monochromatic Colors of #27C328
Black with #27C328
Text Example
Text Example
White with #27C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C328; }
p { color: rgb(39,195,40); }
H1.HeaderClassName
{
color: #27C328;
}
.AnyTagClassName
{
color: #27C328;
}
</style>
background-color css
<style>
a { background-color: #27C328; }
a { background-color: rgb(39,195,40); }
div.DivClassName
{
background-color: #27C328;
}
.BgClassName
{
background-color: #27C328;
}
</style>
border-color css
<style>
span { border-color: #27C328; }
span { border-color: rgb(39,195,40); }
td.TdClassName
{
border-color: #27C328;
}
.TagClassName
{
border-color: #27C328;
}
</style>