Shades of Lime Green #27B93C
Tints of Lime Green #27B93C
RGB
CMYK
RGB Variations
Color information
#27B93C (or 0x27B93C) is known color: Lime Green. HEX triplet: 27, B9 and 3C. RGB value is (39,185,60). Sum of RGB (Red+Green+Blue) = 39+185+60=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #27B93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B93C is #D846C3. Grayscale: #7F7F7F. Windows color (decimal): -14173892 or 3979559. OLE color: 3979559.
HSL color Cylindrical-coordinate representation of color #27B93C: hue angle of 128.63º 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 #27B93C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 185 | 60 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.27 |
| HSL | 128.63º | 0.65% | 0.44% | - |
| HSV(B) | 128.63º | 0.79% | 0.73% | - |
| XYZ | 19 | 35.46 | 10.12 | - |
| YUV | 127.1 | 90.13 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 185 | 60 | 0.79 | 0 | 0.68 | 0.27 | 128.63 | 0.65 | 0.44 |
| Hex | 27 | B9 | 3C | 4F | 0 | 44 | 1B | 81 | 41 | 2C |
| Octal | 47 | 271 | 74 | 117 | 0 | 104 | 33 | 201 | 101 | 54 |
| Binary | 100111 | 10111001 | 111100 | 1001111 | 0 | 1000100 | 11011 | 10000001 | 1000001 | 101100 |
Color Harmonies of #27B93C
Complementary color
Monochromatic Colors of #27B93C
Black with #27B93C
Text Example
Text Example
White with #27B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B93C; }
p { color: rgb(39,185,60); }
H1.HeaderClassName
{
color: #27B93C;
}
.AnyTagClassName
{
color: #27B93C;
}
</style>
background-color css
<style>
a { background-color: #27B93C; }
a { background-color: rgb(39,185,60); }
div.DivClassName
{
background-color: #27B93C;
}
.BgClassName
{
background-color: #27B93C;
}
</style>
border-color css
<style>
span { border-color: #27B93C; }
span { border-color: rgb(39,185,60); }
td.TdClassName
{
border-color: #27B93C;
}
.TagClassName
{
border-color: #27B93C;
}
</style>