Shades of Lime Green #27C745
Tints of Lime Green #27C745
RGB
CMYK
RGB Variations
Color information
#27C745 (or 0x27C745) is known color: Lime Green. HEX triplet: 27, C7 and 45. RGB value is (39,199,69). Sum of RGB (Red+Green+Blue) = 39+199+69=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #27C745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C745 is #D838BA. Grayscale: #888888. Windows color (decimal): -14170299 or 4572967. OLE color: 4572967.
HSL color Cylindrical-coordinate representation of color #27C745: hue angle of 131.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C745 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 199 | 69 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.22 |
| HSL | 131.25º | 0.67% | 0.47% | - |
| HSV(B) | 131.25º | 0.8% | 0.78% | - |
| XYZ | 22.33 | 41.71 | 12.5 | - |
| YUV | 136.34 | 89.99 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 199 | 69 | 0.80 | 0 | 0.65 | 0.22 | 131.25 | 0.67 | 0.47 |
| Hex | 27 | C7 | 45 | 50 | 0 | 41 | 16 | 83 | 43 | 2F |
| Octal | 47 | 307 | 105 | 120 | 0 | 101 | 26 | 203 | 103 | 57 |
| Binary | 100111 | 11000111 | 1000101 | 1010000 | 0 | 1000001 | 10110 | 10000011 | 1000011 | 101111 |
Color Harmonies of #27C745
Complementary color
Monochromatic Colors of #27C745
Black with #27C745
Text Example
Text Example
White with #27C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C745; }
p { color: rgb(39,199,69); }
H1.HeaderClassName
{
color: #27C745;
}
.AnyTagClassName
{
color: #27C745;
}
</style>
background-color css
<style>
a { background-color: #27C745; }
a { background-color: rgb(39,199,69); }
div.DivClassName
{
background-color: #27C745;
}
.BgClassName
{
background-color: #27C745;
}
</style>
border-color css
<style>
span { border-color: #27C745; }
span { border-color: rgb(39,199,69); }
td.TdClassName
{
border-color: #27C745;
}
.TagClassName
{
border-color: #27C745;
}
</style>