Shades of Lime Green #27BE4D
Tints of Lime Green #27BE4D
RGB
CMYK
RGB Variations
Color information
#27BE4D (or 0x27BE4D) is known color: Lime Green. HEX triplet: 27, BE and 4D. RGB value is (39,190,77). Sum of RGB (Red+Green+Blue) = 39+190+77=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #27BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BE4D is #D841B2. Grayscale: #848484. Windows color (decimal): -14172595 or 5094951. OLE color: 5094951.
HSL color Cylindrical-coordinate representation of color #27BE4D: hue angle of 135.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BE4D is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 190 | 77 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.25 |
| HSL | 135.1º | 0.66% | 0.45% | - |
| HSV(B) | 135.1º | 0.79% | 0.75% | - |
| XYZ | 20.59 | 37.79 | 13.23 | - |
| YUV | 131.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 190 | 77 | 0.79 | 0 | 0.59 | 0.25 | 135.1 | 0.66 | 0.45 |
| Hex | 27 | BE | 4D | 4F | 0 | 3B | 19 | 87 | 42 | 2D |
| Octal | 47 | 276 | 115 | 117 | 0 | 73 | 31 | 207 | 102 | 55 |
| Binary | 100111 | 10111110 | 1001101 | 1001111 | 0 | 111011 | 11001 | 10000111 | 1000010 | 101101 |
Color Harmonies of #27BE4D
Complementary color
Monochromatic Colors of #27BE4D
Black with #27BE4D
Text Example
Text Example
White with #27BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BE4D; }
p { color: rgb(39,190,77); }
H1.HeaderClassName
{
color: #27BE4D;
}
.AnyTagClassName
{
color: #27BE4D;
}
</style>
background-color css
<style>
a { background-color: #27BE4D; }
a { background-color: rgb(39,190,77); }
div.DivClassName
{
background-color: #27BE4D;
}
.BgClassName
{
background-color: #27BE4D;
}
</style>
border-color css
<style>
span { border-color: #27BE4D; }
span { border-color: rgb(39,190,77); }
td.TdClassName
{
border-color: #27BE4D;
}
.TagClassName
{
border-color: #27BE4D;
}
</style>