Shades of Lime Green #27C11F
Tints of Lime Green #27C11F
RGB
CMYK
RGB Variations
Color information
#27C11F (or 0x27C11F) is known color: Lime Green. HEX triplet: 27, C1 and 1F. RGB value is (39,193,31). Sum of RGB (Red+Green+Blue) = 39+193+31=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #27C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C11F is #D83EE0. Grayscale: #808080. Windows color (decimal): -14171873 or 2081063. OLE color: 2081063.
HSL color Cylindrical-coordinate representation of color #27C11F: hue angle of 117.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27C11F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 193 | 31 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.24 |
| HSL | 117.04º | 0.72% | 0.44% | - |
| HSV(B) | 117.04º | 0.84% | 0.76% | - |
| XYZ | 20.15 | 38.67 | 7.7 | - |
| YUV | 128.49 | 72.98 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 31 | 0.80 | 0 | 0.84 | 0.24 | 117.04 | 0.72 | 0.44 |
| Hex | 27 | C1 | 1F | 50 | 0 | 54 | 18 | 75 | 48 | 2C |
| Octal | 47 | 301 | 37 | 120 | 0 | 124 | 30 | 165 | 110 | 54 |
| Binary | 100111 | 11000001 | 11111 | 1010000 | 0 | 1010100 | 11000 | 1110101 | 1001000 | 101100 |
Color Harmonies of #27C11F
Complementary color
Monochromatic Colors of #27C11F
Black with #27C11F
Text Example
Text Example
White with #27C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C11F; }
p { color: rgb(39,193,31); }
H1.HeaderClassName
{
color: #27C11F;
}
.AnyTagClassName
{
color: #27C11F;
}
</style>
background-color css
<style>
a { background-color: #27C11F; }
a { background-color: rgb(39,193,31); }
div.DivClassName
{
background-color: #27C11F;
}
.BgClassName
{
background-color: #27C11F;
}
</style>
border-color css
<style>
span { border-color: #27C11F; }
span { border-color: rgb(39,193,31); }
td.TdClassName
{
border-color: #27C11F;
}
.TagClassName
{
border-color: #27C11F;
}
</style>