Shades of Lime Green #27F141
Tints of Lime Green #27F141
RGB
CMYK
RGB Variations
Color information
#27F141 (or 0x27F141) is known color: Lime Green. HEX triplet: 27, F1 and 41. RGB value is (39,241,65). Sum of RGB (Red+Green+Blue) = 39+241+65=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #27F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F141 is #D80EBE. Grayscale: #A1A1A1. Windows color (decimal): -14159551 or 4321575. OLE color: 4321575.
HSL color Cylindrical-coordinate representation of color #27F141: hue angle of 127.72º degrees, saturation: 0.88, 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 #27F141 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 241 | 65 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.05 |
| HSL | 127.72º | 0.88% | 0.55% | - |
| HSV(B) | 127.72º | 0.84% | 0.95% | - |
| XYZ | 33.25 | 63.72 | 15.55 | - |
| YUV | 160.54 | 74.08 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 65 | 0.84 | 0 | 0.73 | 0.05 | 127.72 | 0.88 | 0.55 |
| Hex | 27 | F1 | 41 | 54 | 0 | 49 | 5 | 80 | 58 | 37 |
| Octal | 47 | 361 | 101 | 124 | 0 | 111 | 5 | 200 | 130 | 67 |
| Binary | 100111 | 11110001 | 1000001 | 1010100 | 0 | 1001001 | 101 | 10000000 | 1011000 | 110111 |
Color Harmonies of #27F141
Complementary color
Monochromatic Colors of #27F141
Black with #27F141
Text Example
Text Example
White with #27F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F141; }
p { color: rgb(39,241,65); }
H1.HeaderClassName
{
color: #27F141;
}
.AnyTagClassName
{
color: #27F141;
}
</style>
background-color css
<style>
a { background-color: #27F141; }
a { background-color: rgb(39,241,65); }
div.DivClassName
{
background-color: #27F141;
}
.BgClassName
{
background-color: #27F141;
}
</style>
border-color css
<style>
span { border-color: #27F141; }
span { border-color: rgb(39,241,65); }
td.TdClassName
{
border-color: #27F141;
}
.TagClassName
{
border-color: #27F141;
}
</style>