Shades of Lime Green #27C52D
Tints of Lime Green #27C52D
RGB
CMYK
RGB Variations
Color information
#27C52D (or 0x27C52D) is known color: Lime Green. HEX triplet: 27, C5 and 2D. RGB value is (39,197,45). Sum of RGB (Red+Green+Blue) = 39+197+45=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #27C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C52D is #D83AD2. Grayscale: #848484. Windows color (decimal): -14170835 or 2999591. OLE color: 2999591.
HSL color Cylindrical-coordinate representation of color #27C52D: hue angle of 122.28º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C52D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 45 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.23 |
| HSL | 122.28º | 0.67% | 0.46% | - |
| HSV(B) | 122.28º | 0.8% | 0.77% | - |
| XYZ | 21.28 | 40.55 | 9.19 | - |
| YUV | 132.43 | 78.65 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 45 | 0.80 | 0 | 0.77 | 0.23 | 122.28 | 0.67 | 0.46 |
| Hex | 27 | C5 | 2D | 50 | 0 | 4D | 17 | 7A | 43 | 2E |
| Octal | 47 | 305 | 55 | 120 | 0 | 115 | 27 | 172 | 103 | 56 |
| Binary | 100111 | 11000101 | 101101 | 1010000 | 0 | 1001101 | 10111 | 1111010 | 1000011 | 101110 |
Color Harmonies of #27C52D
Complementary color
Monochromatic Colors of #27C52D
Black with #27C52D
Text Example
Text Example
White with #27C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C52D; }
p { color: rgb(39,197,45); }
H1.HeaderClassName
{
color: #27C52D;
}
.AnyTagClassName
{
color: #27C52D;
}
</style>
background-color css
<style>
a { background-color: #27C52D; }
a { background-color: rgb(39,197,45); }
div.DivClassName
{
background-color: #27C52D;
}
.BgClassName
{
background-color: #27C52D;
}
</style>
border-color css
<style>
span { border-color: #27C52D; }
span { border-color: rgb(39,197,45); }
td.TdClassName
{
border-color: #27C52D;
}
.TagClassName
{
border-color: #27C52D;
}
</style>