Shades of Lime Green #27B341
Tints of Lime Green #27B341
RGB
CMYK
RGB Variations
Color information
#27B341 (or 0x27B341) is known color: Lime Green. HEX triplet: 27, B3 and 41. RGB value is (39,179,65). Sum of RGB (Red+Green+Blue) = 39+179+65=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #27B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B341 is #D84CBE. Grayscale: #7C7C7C. Windows color (decimal): -14175423 or 4305703. OLE color: 4305703.
HSL color Cylindrical-coordinate representation of color #27B341: hue angle of 131.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B341 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 179 | 65 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.30 |
| HSL | 131.14º | 0.64% | 0.43% | - |
| HSV(B) | 131.14º | 0.78% | 0.7% | - |
| XYZ | 17.91 | 33.05 | 10.44 | - |
| YUV | 124.14 | 94.62 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 179 | 65 | 0.78 | 0 | 0.64 | 0.30 | 131.14 | 0.64 | 0.43 |
| Hex | 27 | B3 | 41 | 4E | 0 | 40 | 1E | 83 | 40 | 2B |
| Octal | 47 | 263 | 101 | 116 | 0 | 100 | 36 | 203 | 100 | 53 |
| Binary | 100111 | 10110011 | 1000001 | 1001110 | 0 | 1000000 | 11110 | 10000011 | 1000000 | 101011 |
Color Harmonies of #27B341
Complementary color
Monochromatic Colors of #27B341
Black with #27B341
Text Example
Text Example
White with #27B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B341; }
p { color: rgb(39,179,65); }
H1.HeaderClassName
{
color: #27B341;
}
.AnyTagClassName
{
color: #27B341;
}
</style>
background-color css
<style>
a { background-color: #27B341; }
a { background-color: rgb(39,179,65); }
div.DivClassName
{
background-color: #27B341;
}
.BgClassName
{
background-color: #27B341;
}
</style>
border-color css
<style>
span { border-color: #27B341; }
span { border-color: rgb(39,179,65); }
td.TdClassName
{
border-color: #27B341;
}
.TagClassName
{
border-color: #27B341;
}
</style>