Shades of Lime Green #27F22C
Tints of Lime Green #27F22C
RGB
CMYK
RGB Variations
Color information
#27F22C (or 0x27F22C) is known color: Lime Green. HEX triplet: 27, F2 and 2C. RGB value is (39,242,44). Sum of RGB (Red+Green+Blue) = 39+242+44=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #27F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F22C is #D80DD3. Grayscale: #9F9F9F. Windows color (decimal): -14159316 or 2945575. OLE color: 2945575.
HSL color Cylindrical-coordinate representation of color #27F22C: hue angle of 121.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F22C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.05 |
| HSL | 121.48º | 0.89% | 0.55% | - |
| HSV(B) | 121.48º | 0.84% | 0.95% | - |
| XYZ | 33.04 | 64.12 | 13.02 | - |
| YUV | 158.73 | 63.25 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 44 | 0.84 | 0 | 0.82 | 0.05 | 121.48 | 0.89 | 0.55 |
| Hex | 27 | F2 | 2C | 54 | 0 | 52 | 5 | 79 | 59 | 37 |
| Octal | 47 | 362 | 54 | 124 | 0 | 122 | 5 | 171 | 131 | 67 |
| Binary | 100111 | 11110010 | 101100 | 1010100 | 0 | 1010010 | 101 | 1111001 | 1011001 | 110111 |
Color Harmonies of #27F22C
Complementary color
Monochromatic Colors of #27F22C
Black with #27F22C
Text Example
Text Example
White with #27F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F22C; }
p { color: rgb(39,242,44); }
H1.HeaderClassName
{
color: #27F22C;
}
.AnyTagClassName
{
color: #27F22C;
}
</style>
background-color css
<style>
a { background-color: #27F22C; }
a { background-color: rgb(39,242,44); }
div.DivClassName
{
background-color: #27F22C;
}
.BgClassName
{
background-color: #27F22C;
}
</style>
border-color css
<style>
span { border-color: #27F22C; }
span { border-color: rgb(39,242,44); }
td.TdClassName
{
border-color: #27F22C;
}
.TagClassName
{
border-color: #27F22C;
}
</style>