Shades of Lime Green #27C319
Tints of Lime Green #27C319
RGB
CMYK
RGB Variations
Color information
#27C319 (or 0x27C319) is known color: Lime Green. HEX triplet: 27, C3 and 19. RGB value is (39,195,25). Sum of RGB (Red+Green+Blue) = 39+195+25=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #27C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C319 is #D83CE6. Grayscale: #818181. Windows color (decimal): -14171367 or 1688359. OLE color: 1688359.
HSL color Cylindrical-coordinate representation of color #27C319: hue angle of 115.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27C319 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 25 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.24 |
| HSL | 115.06º | 0.77% | 0.43% | - |
| HSV(B) | 115.06º | 0.87% | 0.76% | - |
| XYZ | 20.53 | 39.53 | 7.47 | - |
| YUV | 128.98 | 69.32 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 25 | 0.80 | 0 | 0.87 | 0.24 | 115.06 | 0.77 | 0.43 |
| Hex | 27 | C3 | 19 | 50 | 0 | 57 | 18 | 73 | 4D | 2B |
| Octal | 47 | 303 | 31 | 120 | 0 | 127 | 30 | 163 | 115 | 53 |
| Binary | 100111 | 11000011 | 11001 | 1010000 | 0 | 1010111 | 11000 | 1110011 | 1001101 | 101011 |
Color Harmonies of #27C319
Complementary color
Monochromatic Colors of #27C319
Black with #27C319
Text Example
Text Example
White with #27C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C319; }
p { color: rgb(39,195,25); }
H1.HeaderClassName
{
color: #27C319;
}
.AnyTagClassName
{
color: #27C319;
}
</style>
background-color css
<style>
a { background-color: #27C319; }
a { background-color: rgb(39,195,25); }
div.DivClassName
{
background-color: #27C319;
}
.BgClassName
{
background-color: #27C319;
}
</style>
border-color css
<style>
span { border-color: #27C319; }
span { border-color: rgb(39,195,25); }
td.TdClassName
{
border-color: #27C319;
}
.TagClassName
{
border-color: #27C319;
}
</style>