Shades of Lime Green #27C625
Tints of Lime Green #27C625
RGB
CMYK
RGB Variations
Color information
#27C625 (or 0x27C625) is known color: Lime Green. HEX triplet: 27, C6 and 25. RGB value is (39,198,37). Sum of RGB (Red+Green+Blue) = 39+198+37=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #27C625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C625 is #D839DA. Grayscale: #848484. Windows color (decimal): -14170587 or 2475559. OLE color: 2475559.
HSL color Cylindrical-coordinate representation of color #27C625: hue angle of 119.25º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C625 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 198 | 37 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.22 |
| HSL | 119.25º | 0.69% | 0.46% | - |
| HSV(B) | 119.25º | 0.81% | 0.78% | - |
| XYZ | 21.36 | 40.95 | 8.53 | - |
| YUV | 132.11 | 74.32 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 198 | 37 | 0.80 | 0 | 0.81 | 0.22 | 119.25 | 0.69 | 0.46 |
| Hex | 27 | C6 | 25 | 50 | 0 | 51 | 16 | 77 | 45 | 2E |
| Octal | 47 | 306 | 45 | 120 | 0 | 121 | 26 | 167 | 105 | 56 |
| Binary | 100111 | 11000110 | 100101 | 1010000 | 0 | 1010001 | 10110 | 1110111 | 1000101 | 101110 |
Color Harmonies of #27C625
Complementary color
Monochromatic Colors of #27C625
Black with #27C625
Text Example
Text Example
White with #27C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C625; }
p { color: rgb(39,198,37); }
H1.HeaderClassName
{
color: #27C625;
}
.AnyTagClassName
{
color: #27C625;
}
</style>
background-color css
<style>
a { background-color: #27C625; }
a { background-color: rgb(39,198,37); }
div.DivClassName
{
background-color: #27C625;
}
.BgClassName
{
background-color: #27C625;
}
</style>
border-color css
<style>
span { border-color: #27C625; }
span { border-color: rgb(39,198,37); }
td.TdClassName
{
border-color: #27C625;
}
.TagClassName
{
border-color: #27C625;
}
</style>