Shades of Lime Green #27B93D
Tints of Lime Green #27B93D
RGB
CMYK
RGB Variations
Color information
#27B93D (or 0x27B93D) is known color: Lime Green. HEX triplet: 27, B9 and 3D. RGB value is (39,185,61). Sum of RGB (Red+Green+Blue) = 39+185+61=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #27B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B93D is #D846C2. Grayscale: #7F7F7F. Windows color (decimal): -14173891 or 4045095. OLE color: 4045095.
HSL color Cylindrical-coordinate representation of color #27B93D: hue angle of 129.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B93D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 185 | 61 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.27 |
| HSL | 129.04º | 0.65% | 0.44% | - |
| HSV(B) | 129.04º | 0.79% | 0.73% | - |
| XYZ | 19.03 | 35.47 | 10.26 | - |
| YUV | 127.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 185 | 61 | 0.79 | 0 | 0.67 | 0.27 | 129.04 | 0.65 | 0.44 |
| Hex | 27 | B9 | 3D | 4F | 0 | 43 | 1B | 81 | 41 | 2C |
| Octal | 47 | 271 | 75 | 117 | 0 | 103 | 33 | 201 | 101 | 54 |
| Binary | 100111 | 10111001 | 111101 | 1001111 | 0 | 1000011 | 11011 | 10000001 | 1000001 | 101100 |
Color Harmonies of #27B93D
Complementary color
Monochromatic Colors of #27B93D
Black with #27B93D
Text Example
Text Example
White with #27B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B93D; }
p { color: rgb(39,185,61); }
H1.HeaderClassName
{
color: #27B93D;
}
.AnyTagClassName
{
color: #27B93D;
}
</style>
background-color css
<style>
a { background-color: #27B93D; }
a { background-color: rgb(39,185,61); }
div.DivClassName
{
background-color: #27B93D;
}
.BgClassName
{
background-color: #27B93D;
}
</style>
border-color css
<style>
span { border-color: #27B93D; }
span { border-color: rgb(39,185,61); }
td.TdClassName
{
border-color: #27B93D;
}
.TagClassName
{
border-color: #27B93D;
}
</style>