Shades of Lime Green #27F341
Tints of Lime Green #27F341
RGB
CMYK
RGB Variations
Color information
#27F341 (or 0x27F341) is known color: Lime Green. HEX triplet: 27, F3 and 41. RGB value is (39,243,65). Sum of RGB (Red+Green+Blue) = 39+243+65=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #27F341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F341 is #D80CBE. Grayscale: #A2A2A2. Windows color (decimal): -14159039 or 4322087. OLE color: 4322087.
HSL color Cylindrical-coordinate representation of color #27F341: hue angle of 127.65º 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 #27F341 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 243 | 65 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.05 |
| HSL | 127.65º | 0.89% | 0.55% | - |
| HSV(B) | 127.65º | 0.84% | 0.95% | - |
| XYZ | 33.84 | 64.91 | 15.75 | - |
| YUV | 161.71 | 73.41 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 243 | 65 | 0.84 | 0 | 0.73 | 0.05 | 127.65 | 0.89 | 0.55 |
| Hex | 27 | F3 | 41 | 54 | 0 | 49 | 5 | 80 | 59 | 37 |
| Octal | 47 | 363 | 101 | 124 | 0 | 111 | 5 | 200 | 131 | 67 |
| Binary | 100111 | 11110011 | 1000001 | 1010100 | 0 | 1001001 | 101 | 10000000 | 1011001 | 110111 |
Color Harmonies of #27F341
Complementary color
Monochromatic Colors of #27F341
Black with #27F341
Text Example
Text Example
White with #27F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F341; }
p { color: rgb(39,243,65); }
H1.HeaderClassName
{
color: #27F341;
}
.AnyTagClassName
{
color: #27F341;
}
</style>
background-color css
<style>
a { background-color: #27F341; }
a { background-color: rgb(39,243,65); }
div.DivClassName
{
background-color: #27F341;
}
.BgClassName
{
background-color: #27F341;
}
</style>
border-color css
<style>
span { border-color: #27F341; }
span { border-color: rgb(39,243,65); }
td.TdClassName
{
border-color: #27F341;
}
.TagClassName
{
border-color: #27F341;
}
</style>