Shades of Lime Green #27D92C
Tints of Lime Green #27D92C
RGB
CMYK
RGB Variations
Color information
#27D92C (or 0x27D92C) is known color: Lime Green. HEX triplet: 27, D9 and 2C. RGB value is (39,217,44). Sum of RGB (Red+Green+Blue) = 39+217+44=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #27D92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D92C is #D826D3. Grayscale: #909090. Windows color (decimal): -14165716 or 2939175. OLE color: 2939175.
HSL color Cylindrical-coordinate representation of color #27D92C: hue angle of 121.69º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D92C is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 44 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.15 |
| HSL | 121.69º | 0.7% | 0.5% | - |
| HSV(B) | 121.69º | 0.82% | 0.85% | - |
| XYZ | 26.1 | 50.24 | 10.7 | - |
| YUV | 144.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 44 | 0.82 | 0 | 0.80 | 0.15 | 121.69 | 0.7 | 0.5 |
| Hex | 27 | D9 | 2C | 52 | 0 | 50 | F | 7A | 46 | 32 |
| Octal | 47 | 331 | 54 | 122 | 0 | 120 | 17 | 172 | 106 | 62 |
| Binary | 100111 | 11011001 | 101100 | 1010010 | 0 | 1010000 | 1111 | 1111010 | 1000110 | 110010 |
Color Harmonies of #27D92C
Complementary color
Monochromatic Colors of #27D92C
Black with #27D92C
Text Example
Text Example
White with #27D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D92C; }
p { color: rgb(39,217,44); }
H1.HeaderClassName
{
color: #27D92C;
}
.AnyTagClassName
{
color: #27D92C;
}
</style>
background-color css
<style>
a { background-color: #27D92C; }
a { background-color: rgb(39,217,44); }
div.DivClassName
{
background-color: #27D92C;
}
.BgClassName
{
background-color: #27D92C;
}
</style>
border-color css
<style>
span { border-color: #27D92C; }
span { border-color: rgb(39,217,44); }
td.TdClassName
{
border-color: #27D92C;
}
.TagClassName
{
border-color: #27D92C;
}
</style>