Shades of Lime Green #27DC2B
Tints of Lime Green #27DC2B
RGB
CMYK
RGB Variations
Color information
#27DC2B (or 0x27DC2B) is known color: Lime Green. HEX triplet: 27, DC and 2B. RGB value is (39,220,43). Sum of RGB (Red+Green+Blue) = 39+220+43=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC2B is #D823D4. Grayscale: #929292. Windows color (decimal): -14164949 or 2874407. OLE color: 2874407.
HSL color Cylindrical-coordinate representation of color #27DC2B: hue angle of 121.33º 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 #27DC2B is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 43 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.14 |
| HSL | 121.33º | 0.72% | 0.51% | - |
| HSV(B) | 121.33º | 0.82% | 0.86% | - |
| XYZ | 26.87 | 51.79 | 10.87 | - |
| YUV | 145.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 43 | 0.82 | 0 | 0.80 | 0.14 | 121.33 | 0.72 | 0.51 |
| Hex | 27 | DC | 2B | 52 | 0 | 50 | E | 79 | 48 | 33 |
| Octal | 47 | 334 | 53 | 122 | 0 | 120 | 16 | 171 | 110 | 63 |
| Binary | 100111 | 11011100 | 101011 | 1010010 | 0 | 1010000 | 1110 | 1111001 | 1001000 | 110011 |
Color Harmonies of #27DC2B
Complementary color
Monochromatic Colors of #27DC2B
Black with #27DC2B
Text Example
Text Example
White with #27DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC2B; }
p { color: rgb(39,220,43); }
H1.HeaderClassName
{
color: #27DC2B;
}
.AnyTagClassName
{
color: #27DC2B;
}
</style>
background-color css
<style>
a { background-color: #27DC2B; }
a { background-color: rgb(39,220,43); }
div.DivClassName
{
background-color: #27DC2B;
}
.BgClassName
{
background-color: #27DC2B;
}
</style>
border-color css
<style>
span { border-color: #27DC2B; }
span { border-color: rgb(39,220,43); }
td.TdClassName
{
border-color: #27DC2B;
}
.TagClassName
{
border-color: #27DC2B;
}
</style>