Shades of Lime Green #27B735
Tints of Lime Green #27B735
RGB
CMYK
RGB Variations
Color information
#27B735 (or 0x27B735) is known color: Lime Green. HEX triplet: 27, B7 and 35. RGB value is (39,183,53). Sum of RGB (Red+Green+Blue) = 39+183+53=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #27B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B735 is #D848CA. Grayscale: #7D7D7D. Windows color (decimal): -14174411 or 3520295. OLE color: 3520295.
HSL color Cylindrical-coordinate representation of color #27B735: hue angle of 125.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B735 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 183 | 53 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.28 |
| HSL | 125.83º | 0.65% | 0.44% | - |
| HSV(B) | 125.83º | 0.79% | 0.72% | - |
| XYZ | 18.41 | 34.56 | 9.07 | - |
| YUV | 125.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 183 | 53 | 0.79 | 0 | 0.71 | 0.28 | 125.83 | 0.65 | 0.44 |
| Hex | 27 | B7 | 35 | 4F | 0 | 47 | 1C | 7E | 41 | 2C |
| Octal | 47 | 267 | 65 | 117 | 0 | 107 | 34 | 176 | 101 | 54 |
| Binary | 100111 | 10110111 | 110101 | 1001111 | 0 | 1000111 | 11100 | 1111110 | 1000001 | 101100 |
Color Harmonies of #27B735
Complementary color
Monochromatic Colors of #27B735
Black with #27B735
Text Example
Text Example
White with #27B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B735; }
p { color: rgb(39,183,53); }
H1.HeaderClassName
{
color: #27B735;
}
.AnyTagClassName
{
color: #27B735;
}
</style>
background-color css
<style>
a { background-color: #27B735; }
a { background-color: rgb(39,183,53); }
div.DivClassName
{
background-color: #27B735;
}
.BgClassName
{
background-color: #27B735;
}
</style>
border-color css
<style>
span { border-color: #27B735; }
span { border-color: rgb(39,183,53); }
td.TdClassName
{
border-color: #27B735;
}
.TagClassName
{
border-color: #27B735;
}
</style>