Shades of Lime Green #27DC31
Tints of Lime Green #27DC31
RGB
CMYK
RGB Variations
Color information
#27DC31 (or 0x27DC31) is known color: Lime Green. HEX triplet: 27, DC and 31. RGB value is (39,220,49). Sum of RGB (Red+Green+Blue) = 39+220+49=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC31 is #D823CE. Grayscale: #929292. Windows color (decimal): -14164943 or 3267623. OLE color: 3267623.
HSL color Cylindrical-coordinate representation of color #27DC31: hue angle of 123.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC31 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 49 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.14 |
| HSL | 123.31º | 0.72% | 0.51% | - |
| HSV(B) | 123.31º | 0.82% | 0.86% | - |
| XYZ | 26.98 | 51.84 | 11.49 | - |
| YUV | 146.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 49 | 0.82 | 0 | 0.78 | 0.14 | 123.31 | 0.72 | 0.51 |
| Hex | 27 | DC | 31 | 52 | 0 | 4E | E | 7B | 48 | 33 |
| Octal | 47 | 334 | 61 | 122 | 0 | 116 | 16 | 173 | 110 | 63 |
| Binary | 100111 | 11011100 | 110001 | 1010010 | 0 | 1001110 | 1110 | 1111011 | 1001000 | 110011 |
Color Harmonies of #27DC31
Complementary color
Monochromatic Colors of #27DC31
Black with #27DC31
Text Example
Text Example
White with #27DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC31; }
p { color: rgb(39,220,49); }
H1.HeaderClassName
{
color: #27DC31;
}
.AnyTagClassName
{
color: #27DC31;
}
</style>
background-color css
<style>
a { background-color: #27DC31; }
a { background-color: rgb(39,220,49); }
div.DivClassName
{
background-color: #27DC31;
}
.BgClassName
{
background-color: #27DC31;
}
</style>
border-color css
<style>
span { border-color: #27DC31; }
span { border-color: rgb(39,220,49); }
td.TdClassName
{
border-color: #27DC31;
}
.TagClassName
{
border-color: #27DC31;
}
</style>