Shades of Lime Green #27DC2D
Tints of Lime Green #27DC2D
RGB
CMYK
RGB Variations
Color information
#27DC2D (or 0x27DC2D) is known color: Lime Green. HEX triplet: 27, DC and 2D. RGB value is (39,220,45). Sum of RGB (Red+Green+Blue) = 39+220+45=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC2D is #D823D2. Grayscale: #929292. Windows color (decimal): -14164947 or 3005479. OLE color: 3005479.
HSL color Cylindrical-coordinate representation of color #27DC2D: hue angle of 121.99º 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 #27DC2D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 45 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.14 |
| HSL | 121.99º | 0.72% | 0.51% | - |
| HSV(B) | 121.99º | 0.82% | 0.86% | - |
| XYZ | 26.9 | 51.81 | 11.06 | - |
| YUV | 145.93 | 71.03 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 45 | 0.82 | 0 | 0.80 | 0.14 | 121.99 | 0.72 | 0.51 |
| Hex | 27 | DC | 2D | 52 | 0 | 50 | E | 7A | 48 | 33 |
| Octal | 47 | 334 | 55 | 122 | 0 | 120 | 16 | 172 | 110 | 63 |
| Binary | 100111 | 11011100 | 101101 | 1010010 | 0 | 1010000 | 1110 | 1111010 | 1001000 | 110011 |
Color Harmonies of #27DC2D
Complementary color
Monochromatic Colors of #27DC2D
Black with #27DC2D
Text Example
Text Example
White with #27DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC2D; }
p { color: rgb(39,220,45); }
H1.HeaderClassName
{
color: #27DC2D;
}
.AnyTagClassName
{
color: #27DC2D;
}
</style>
background-color css
<style>
a { background-color: #27DC2D; }
a { background-color: rgb(39,220,45); }
div.DivClassName
{
background-color: #27DC2D;
}
.BgClassName
{
background-color: #27DC2D;
}
</style>
border-color css
<style>
span { border-color: #27DC2D; }
span { border-color: rgb(39,220,45); }
td.TdClassName
{
border-color: #27DC2D;
}
.TagClassName
{
border-color: #27DC2D;
}
</style>