Shades of Lime Green #27C240
Tints of Lime Green #27C240
RGB
CMYK
RGB Variations
Color information
#27C240 (or 0x27C240) is known color: Lime Green. HEX triplet: 27, C2 and 40. RGB value is (39,194,64). Sum of RGB (Red+Green+Blue) = 39+194+64=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #27C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C240 is #D83DBF. Grayscale: #858585. Windows color (decimal): -14171584 or 4244007. OLE color: 4244007.
HSL color Cylindrical-coordinate representation of color #27C240: hue angle of 129.68º 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 #27C240 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 194 | 64 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.24 |
| HSL | 129.68º | 0.67% | 0.46% | - |
| HSV(B) | 129.68º | 0.8% | 0.76% | - |
| XYZ | 21.05 | 39.39 | 11.34 | - |
| YUV | 132.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 64 | 0.80 | 0 | 0.67 | 0.24 | 129.68 | 0.67 | 0.46 |
| Hex | 27 | C2 | 40 | 50 | 0 | 43 | 18 | 82 | 43 | 2E |
| Octal | 47 | 302 | 100 | 120 | 0 | 103 | 30 | 202 | 103 | 56 |
| Binary | 100111 | 11000010 | 1000000 | 1010000 | 0 | 1000011 | 11000 | 10000010 | 1000011 | 101110 |
Color Harmonies of #27C240
Complementary color
Monochromatic Colors of #27C240
Black with #27C240
Text Example
Text Example
White with #27C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C240; }
p { color: rgb(39,194,64); }
H1.HeaderClassName
{
color: #27C240;
}
.AnyTagClassName
{
color: #27C240;
}
</style>
background-color css
<style>
a { background-color: #27C240; }
a { background-color: rgb(39,194,64); }
div.DivClassName
{
background-color: #27C240;
}
.BgClassName
{
background-color: #27C240;
}
</style>
border-color css
<style>
span { border-color: #27C240; }
span { border-color: rgb(39,194,64); }
td.TdClassName
{
border-color: #27C240;
}
.TagClassName
{
border-color: #27C240;
}
</style>