Shades of Lime Green #27DD2B
Tints of Lime Green #27DD2B
RGB
CMYK
RGB Variations
Color information
#27DD2B (or 0x27DD2B) is known color: Lime Green. HEX triplet: 27, DD and 2B. RGB value is (39,221,43). Sum of RGB (Red+Green+Blue) = 39+221+43=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DD2B is #D822D4. Grayscale: #929292. Windows color (decimal): -14164693 or 2874663. OLE color: 2874663.
HSL color Cylindrical-coordinate representation of color #27DD2B: hue angle of 121.32º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD2B is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 43 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.13 |
| HSL | 121.32º | 0.73% | 0.51% | - |
| HSV(B) | 121.32º | 0.82% | 0.87% | - |
| XYZ | 27.13 | 52.32 | 10.95 | - |
| YUV | 146.29 | 69.7 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 43 | 0.82 | 0 | 0.81 | 0.13 | 121.32 | 0.73 | 0.51 |
| Hex | 27 | DD | 2B | 52 | 0 | 51 | D | 79 | 49 | 33 |
| Octal | 47 | 335 | 53 | 122 | 0 | 121 | 15 | 171 | 111 | 63 |
| Binary | 100111 | 11011101 | 101011 | 1010010 | 0 | 1010001 | 1101 | 1111001 | 1001001 | 110011 |
Color Harmonies of #27DD2B
Complementary color
Monochromatic Colors of #27DD2B
Black with #27DD2B
Text Example
Text Example
White with #27DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD2B; }
p { color: rgb(39,221,43); }
H1.HeaderClassName
{
color: #27DD2B;
}
.AnyTagClassName
{
color: #27DD2B;
}
</style>
background-color css
<style>
a { background-color: #27DD2B; }
a { background-color: rgb(39,221,43); }
div.DivClassName
{
background-color: #27DD2B;
}
.BgClassName
{
background-color: #27DD2B;
}
</style>
border-color css
<style>
span { border-color: #27DD2B; }
span { border-color: rgb(39,221,43); }
td.TdClassName
{
border-color: #27DD2B;
}
.TagClassName
{
border-color: #27DD2B;
}
</style>