Shades of Lime Green #27F53C
Tints of Lime Green #27F53C
RGB
CMYK
RGB Variations
Color information
#27F53C (or 0x27F53C) is known color: Lime Green. HEX triplet: 27, F5 and 3C. RGB value is (39,245,60). Sum of RGB (Red+Green+Blue) = 39+245+60=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #27F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F53C is #D80AC3. Grayscale: #A2A2A2. Windows color (decimal): -14158532 or 3994919. OLE color: 3994919.
HSL color Cylindrical-coordinate representation of color #27F53C: hue angle of 126.12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F53C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.04 |
| HSL | 126.12º | 0.91% | 0.56% | - |
| HSV(B) | 126.12º | 0.84% | 0.96% | - |
| XYZ | 34.3 | 66.06 | 15.22 | - |
| YUV | 162.32 | 70.25 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 60 | 0.84 | 0 | 0.76 | 0.04 | 126.12 | 0.91 | 0.56 |
| Hex | 27 | F5 | 3C | 54 | 0 | 4C | 4 | 7E | 5B | 38 |
| Octal | 47 | 365 | 74 | 124 | 0 | 114 | 4 | 176 | 133 | 70 |
| Binary | 100111 | 11110101 | 111100 | 1010100 | 0 | 1001100 | 100 | 1111110 | 1011011 | 111000 |
Color Harmonies of #27F53C
Complementary color
Monochromatic Colors of #27F53C
Black with #27F53C
Text Example
Text Example
White with #27F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F53C; }
p { color: rgb(39,245,60); }
H1.HeaderClassName
{
color: #27F53C;
}
.AnyTagClassName
{
color: #27F53C;
}
</style>
background-color css
<style>
a { background-color: #27F53C; }
a { background-color: rgb(39,245,60); }
div.DivClassName
{
background-color: #27F53C;
}
.BgClassName
{
background-color: #27F53C;
}
</style>
border-color css
<style>
span { border-color: #27F53C; }
span { border-color: rgb(39,245,60); }
td.TdClassName
{
border-color: #27F53C;
}
.TagClassName
{
border-color: #27F53C;
}
</style>