Shades of Lime Green #27C641
Tints of Lime Green #27C641
RGB
CMYK
RGB Variations
Color information
#27C641 (or 0x27C641) is known color: Lime Green. HEX triplet: 27, C6 and 41. RGB value is (39,198,65). Sum of RGB (Red+Green+Blue) = 39+198+65=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #27C641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C641 is #D839BE. Grayscale: #878787. Windows color (decimal): -14170559 or 4310567. OLE color: 4310567.
HSL color Cylindrical-coordinate representation of color #27C641: hue angle of 129.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C641 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 198 | 65 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.22 |
| HSL | 129.81º | 0.67% | 0.46% | - |
| HSV(B) | 129.81º | 0.8% | 0.78% | - |
| XYZ | 21.98 | 41.2 | 11.79 | - |
| YUV | 135.3 | 88.32 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 198 | 65 | 0.80 | 0 | 0.67 | 0.22 | 129.81 | 0.67 | 0.46 |
| Hex | 27 | C6 | 41 | 50 | 0 | 43 | 16 | 82 | 43 | 2E |
| Octal | 47 | 306 | 101 | 120 | 0 | 103 | 26 | 202 | 103 | 56 |
| Binary | 100111 | 11000110 | 1000001 | 1010000 | 0 | 1000011 | 10110 | 10000010 | 1000011 | 101110 |
Color Harmonies of #27C641
Complementary color
Monochromatic Colors of #27C641
Black with #27C641
Text Example
Text Example
White with #27C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C641; }
p { color: rgb(39,198,65); }
H1.HeaderClassName
{
color: #27C641;
}
.AnyTagClassName
{
color: #27C641;
}
</style>
background-color css
<style>
a { background-color: #27C641; }
a { background-color: rgb(39,198,65); }
div.DivClassName
{
background-color: #27C641;
}
.BgClassName
{
background-color: #27C641;
}
</style>
border-color css
<style>
span { border-color: #27C641; }
span { border-color: rgb(39,198,65); }
td.TdClassName
{
border-color: #27C641;
}
.TagClassName
{
border-color: #27C641;
}
</style>