Shades of Lime Green #27D222
Tints of Lime Green #27D222
RGB
CMYK
RGB Variations
Color information
#27D222 (or 0x27D222) is known color: Lime Green. HEX triplet: 27, D2 and 22. RGB value is (39,210,34). Sum of RGB (Red+Green+Blue) = 39+210+34=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #27D222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D222 is #D82DDD. Grayscale: #8B8B8B. Windows color (decimal): -14167518 or 2282023. OLE color: 2282023.
HSL color Cylindrical-coordinate representation of color #27D222: hue angle of 118.3º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27D222 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 34 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.18 |
| HSL | 118.3º | 0.72% | 0.48% | - |
| HSV(B) | 118.3º | 0.84% | 0.82% | - |
| XYZ | 24.17 | 46.64 | 9.24 | - |
| YUV | 138.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 34 | 0.81 | 0 | 0.84 | 0.18 | 118.3 | 0.72 | 0.48 |
| Hex | 27 | D2 | 22 | 51 | 0 | 54 | 12 | 76 | 48 | 30 |
| Octal | 47 | 322 | 42 | 121 | 0 | 124 | 22 | 166 | 110 | 60 |
| Binary | 100111 | 11010010 | 100010 | 1010001 | 0 | 1010100 | 10010 | 1110110 | 1001000 | 110000 |
Color Harmonies of #27D222
Complementary color
Monochromatic Colors of #27D222
Black with #27D222
Text Example
Text Example
White with #27D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D222; }
p { color: rgb(39,210,34); }
H1.HeaderClassName
{
color: #27D222;
}
.AnyTagClassName
{
color: #27D222;
}
</style>
background-color css
<style>
a { background-color: #27D222; }
a { background-color: rgb(39,210,34); }
div.DivClassName
{
background-color: #27D222;
}
.BgClassName
{
background-color: #27D222;
}
</style>
border-color css
<style>
span { border-color: #27D222; }
span { border-color: rgb(39,210,34); }
td.TdClassName
{
border-color: #27D222;
}
.TagClassName
{
border-color: #27D222;
}
</style>