Shades of Lime Green #27C64C
Tints of Lime Green #27C64C
RGB
CMYK
RGB Variations
Color information
#27C64C (or 0x27C64C) is known color: Lime Green. HEX triplet: 27, C6 and 4C. RGB value is (39,198,76). Sum of RGB (Red+Green+Blue) = 39+198+76=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #27C64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C64C is #D839B3. Grayscale: #888888. Windows color (decimal): -14170548 or 5031463. OLE color: 5031463.
HSL color Cylindrical-coordinate representation of color #27C64C: hue angle of 133.96º 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 #27C64C is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 198 | 76 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.22 |
| HSL | 133.96º | 0.67% | 0.46% | - |
| HSV(B) | 133.96º | 0.8% | 0.78% | - |
| XYZ | 22.34 | 41.34 | 13.64 | - |
| YUV | 136.55 | 93.82 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 198 | 76 | 0.80 | 0 | 0.62 | 0.22 | 133.96 | 0.67 | 0.46 |
| Hex | 27 | C6 | 4C | 50 | 0 | 3E | 16 | 86 | 43 | 2E |
| Octal | 47 | 306 | 114 | 120 | 0 | 76 | 26 | 206 | 103 | 56 |
| Binary | 100111 | 11000110 | 1001100 | 1010000 | 0 | 111110 | 10110 | 10000110 | 1000011 | 101110 |
Color Harmonies of #27C64C
Complementary color
Monochromatic Colors of #27C64C
Black with #27C64C
Text Example
Text Example
White with #27C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C64C; }
p { color: rgb(39,198,76); }
H1.HeaderClassName
{
color: #27C64C;
}
.AnyTagClassName
{
color: #27C64C;
}
</style>
background-color css
<style>
a { background-color: #27C64C; }
a { background-color: rgb(39,198,76); }
div.DivClassName
{
background-color: #27C64C;
}
.BgClassName
{
background-color: #27C64C;
}
</style>
border-color css
<style>
span { border-color: #27C64C; }
span { border-color: rgb(39,198,76); }
td.TdClassName
{
border-color: #27C64C;
}
.TagClassName
{
border-color: #27C64C;
}
</style>