Shades of Lime Green #27F241
Tints of Lime Green #27F241
RGB
CMYK
RGB Variations
Color information
#27F241 (or 0x27F241) is known color: Lime Green. HEX triplet: 27, F2 and 41. RGB value is (39,242,65). Sum of RGB (Red+Green+Blue) = 39+242+65=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #27F241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F241 is #D80DBE. Grayscale: #A1A1A1. Windows color (decimal): -14159295 or 4321831. OLE color: 4321831.
HSL color Cylindrical-coordinate representation of color #27F241: hue angle of 127.68º 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 #27F241 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 65 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.05 |
| HSL | 127.68º | 0.89% | 0.55% | - |
| HSV(B) | 127.68º | 0.84% | 0.95% | - |
| XYZ | 33.54 | 64.32 | 15.65 | - |
| YUV | 161.13 | 73.75 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 65 | 0.84 | 0 | 0.73 | 0.05 | 127.68 | 0.89 | 0.55 |
| Hex | 27 | F2 | 41 | 54 | 0 | 49 | 5 | 80 | 59 | 37 |
| Octal | 47 | 362 | 101 | 124 | 0 | 111 | 5 | 200 | 131 | 67 |
| Binary | 100111 | 11110010 | 1000001 | 1010100 | 0 | 1001001 | 101 | 10000000 | 1011001 | 110111 |
Color Harmonies of #27F241
Complementary color
Monochromatic Colors of #27F241
Black with #27F241
Text Example
Text Example
White with #27F241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F241; }
p { color: rgb(39,242,65); }
H1.HeaderClassName
{
color: #27F241;
}
.AnyTagClassName
{
color: #27F241;
}
</style>
background-color css
<style>
a { background-color: #27F241; }
a { background-color: rgb(39,242,65); }
div.DivClassName
{
background-color: #27F241;
}
.BgClassName
{
background-color: #27F241;
}
</style>
border-color css
<style>
span { border-color: #27F241; }
span { border-color: rgb(39,242,65); }
td.TdClassName
{
border-color: #27F241;
}
.TagClassName
{
border-color: #27F241;
}
</style>