Shades of Lime Green #27BC31
Tints of Lime Green #27BC31
RGB
CMYK
RGB Variations
Color information
#27BC31 (or 0x27BC31) is known color: Lime Green. HEX triplet: 27, BC and 31. RGB value is (39,188,49). Sum of RGB (Red+Green+Blue) = 39+188+49=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC31 is #D843CE. Grayscale: #808080. Windows color (decimal): -14173135 or 3259431. OLE color: 3259431.
HSL color Cylindrical-coordinate representation of color #27BC31: hue angle of 124.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC31 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 49 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.26 |
| HSL | 124.03º | 0.66% | 0.45% | - |
| HSV(B) | 124.03º | 0.79% | 0.74% | - |
| XYZ | 19.37 | 36.62 | 8.95 | - |
| YUV | 127.6 | 83.64 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 49 | 0.79 | 0 | 0.74 | 0.26 | 124.03 | 0.66 | 0.45 |
| Hex | 27 | BC | 31 | 4F | 0 | 4A | 1A | 7C | 42 | 2D |
| Octal | 47 | 274 | 61 | 117 | 0 | 112 | 32 | 174 | 102 | 55 |
| Binary | 100111 | 10111100 | 110001 | 1001111 | 0 | 1001010 | 11010 | 1111100 | 1000010 | 101101 |
Color Harmonies of #27BC31
Complementary color
Monochromatic Colors of #27BC31
Black with #27BC31
Text Example
Text Example
White with #27BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC31; }
p { color: rgb(39,188,49); }
H1.HeaderClassName
{
color: #27BC31;
}
.AnyTagClassName
{
color: #27BC31;
}
</style>
background-color css
<style>
a { background-color: #27BC31; }
a { background-color: rgb(39,188,49); }
div.DivClassName
{
background-color: #27BC31;
}
.BgClassName
{
background-color: #27BC31;
}
</style>
border-color css
<style>
span { border-color: #27BC31; }
span { border-color: rgb(39,188,49); }
td.TdClassName
{
border-color: #27BC31;
}
.TagClassName
{
border-color: #27BC31;
}
</style>