Shades of Lime Green #27D722
Tints of Lime Green #27D722
RGB
CMYK
RGB Variations
Color information
#27D722 (or 0x27D722) is known color: Lime Green. HEX triplet: 27, D7 and 22. RGB value is (39,215,34). Sum of RGB (Red+Green+Blue) = 39+215+34=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #27D722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D722 is #D828DD. Grayscale: #8E8E8E. Windows color (decimal): -14166238 or 2283303. OLE color: 2283303.
HSL color Cylindrical-coordinate representation of color #27D722: hue angle of 118.34º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27D722 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 34 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.16 |
| HSL | 118.34º | 0.73% | 0.49% | - |
| HSV(B) | 118.34º | 0.84% | 0.84% | - |
| XYZ | 25.43 | 49.15 | 9.66 | - |
| YUV | 141.74 | 67.19 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 34 | 0.82 | 0 | 0.84 | 0.16 | 118.34 | 0.73 | 0.49 |
| Hex | 27 | D7 | 22 | 52 | 0 | 54 | 10 | 76 | 49 | 31 |
| Octal | 47 | 327 | 42 | 122 | 0 | 124 | 20 | 166 | 111 | 61 |
| Binary | 100111 | 11010111 | 100010 | 1010010 | 0 | 1010100 | 10000 | 1110110 | 1001001 | 110001 |
Color Harmonies of #27D722
Complementary color
Monochromatic Colors of #27D722
Black with #27D722
Text Example
Text Example
White with #27D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D722; }
p { color: rgb(39,215,34); }
H1.HeaderClassName
{
color: #27D722;
}
.AnyTagClassName
{
color: #27D722;
}
</style>
background-color css
<style>
a { background-color: #27D722; }
a { background-color: rgb(39,215,34); }
div.DivClassName
{
background-color: #27D722;
}
.BgClassName
{
background-color: #27D722;
}
</style>
border-color css
<style>
span { border-color: #27D722; }
span { border-color: rgb(39,215,34); }
td.TdClassName
{
border-color: #27D722;
}
.TagClassName
{
border-color: #27D722;
}
</style>