Shades of Lime Green #27D921
Tints of Lime Green #27D921
RGB
CMYK
RGB Variations
Color information
#27D921 (or 0x27D921) is known color: Lime Green. HEX triplet: 27, D9 and 21. RGB value is (39,217,33). Sum of RGB (Red+Green+Blue) = 39+217+33=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #27D921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D921 is #D826DE. Grayscale: #8F8F8F. Windows color (decimal): -14165727 or 2218279. OLE color: 2218279.
HSL color Cylindrical-coordinate representation of color #27D921: hue angle of 118.04º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27D921 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 33 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.15 |
| HSL | 118.04º | 0.74% | 0.49% | - |
| HSV(B) | 118.04º | 0.85% | 0.85% | - |
| XYZ | 25.92 | 50.17 | 9.76 | - |
| YUV | 142.8 | 66.03 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 33 | 0.82 | 0 | 0.85 | 0.15 | 118.04 | 0.74 | 0.49 |
| Hex | 27 | D9 | 21 | 52 | 0 | 55 | F | 76 | 4A | 31 |
| Octal | 47 | 331 | 41 | 122 | 0 | 125 | 17 | 166 | 112 | 61 |
| Binary | 100111 | 11011001 | 100001 | 1010010 | 0 | 1010101 | 1111 | 1110110 | 1001010 | 110001 |
Color Harmonies of #27D921
Complementary color
Monochromatic Colors of #27D921
Black with #27D921
Text Example
Text Example
White with #27D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D921; }
p { color: rgb(39,217,33); }
H1.HeaderClassName
{
color: #27D921;
}
.AnyTagClassName
{
color: #27D921;
}
</style>
background-color css
<style>
a { background-color: #27D921; }
a { background-color: rgb(39,217,33); }
div.DivClassName
{
background-color: #27D921;
}
.BgClassName
{
background-color: #27D921;
}
</style>
border-color css
<style>
span { border-color: #27D921; }
span { border-color: rgb(39,217,33); }
td.TdClassName
{
border-color: #27D921;
}
.TagClassName
{
border-color: #27D921;
}
</style>