Shades of Lime Green #27C426
Tints of Lime Green #27C426
RGB
CMYK
RGB Variations
Color information
#27C426 (or 0x27C426) is known color: Lime Green. HEX triplet: 27, C4 and 26. RGB value is (39,196,38). Sum of RGB (Red+Green+Blue) = 39+196+38=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #27C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C426 is #D83BD9. Grayscale: #838383. Windows color (decimal): -14171098 or 2540583. OLE color: 2540583.
HSL color Cylindrical-coordinate representation of color #27C426: hue angle of 119.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C426 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 196 | 38 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.23 |
| HSL | 119.62º | 0.68% | 0.46% | - |
| HSV(B) | 119.62º | 0.81% | 0.77% | - |
| XYZ | 20.93 | 40.05 | 8.46 | - |
| YUV | 131.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 196 | 38 | 0.80 | 0 | 0.81 | 0.23 | 119.62 | 0.68 | 0.46 |
| Hex | 27 | C4 | 26 | 50 | 0 | 51 | 17 | 78 | 44 | 2E |
| Octal | 47 | 304 | 46 | 120 | 0 | 121 | 27 | 170 | 104 | 56 |
| Binary | 100111 | 11000100 | 100110 | 1010000 | 0 | 1010001 | 10111 | 1111000 | 1000100 | 101110 |
Color Harmonies of #27C426
Complementary color
Monochromatic Colors of #27C426
Black with #27C426
Text Example
Text Example
White with #27C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C426; }
p { color: rgb(39,196,38); }
H1.HeaderClassName
{
color: #27C426;
}
.AnyTagClassName
{
color: #27C426;
}
</style>
background-color css
<style>
a { background-color: #27C426; }
a { background-color: rgb(39,196,38); }
div.DivClassName
{
background-color: #27C426;
}
.BgClassName
{
background-color: #27C426;
}
</style>
border-color css
<style>
span { border-color: #27C426; }
span { border-color: rgb(39,196,38); }
td.TdClassName
{
border-color: #27C426;
}
.TagClassName
{
border-color: #27C426;
}
</style>