Shades of Lime Green #27F63C
Tints of Lime Green #27F63C
RGB
CMYK
RGB Variations
Color information
#27F63C (or 0x27F63C) is known color: Lime Green. HEX triplet: 27, F6 and 3C. RGB value is (39,246,60). Sum of RGB (Red+Green+Blue) = 39+246+60=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #27F63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F63C is #D809C3. Grayscale: #A3A3A3. Windows color (decimal): -14158276 or 3995175. OLE color: 3995175.
HSL color Cylindrical-coordinate representation of color #27F63C: hue angle of 126.09º degrees, saturation: 0.92, 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 #27F63C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 246 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.04 |
| HSL | 126.09º | 0.92% | 0.56% | - |
| HSV(B) | 126.09º | 0.84% | 0.96% | - |
| XYZ | 34.61 | 66.67 | 15.32 | - |
| YUV | 162.9 | 69.92 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 246 | 60 | 0.84 | 0 | 0.76 | 0.04 | 126.09 | 0.92 | 0.56 |
| Hex | 27 | F6 | 3C | 54 | 0 | 4C | 4 | 7E | 5C | 38 |
| Octal | 47 | 366 | 74 | 124 | 0 | 114 | 4 | 176 | 134 | 70 |
| Binary | 100111 | 11110110 | 111100 | 1010100 | 0 | 1001100 | 100 | 1111110 | 1011100 | 111000 |
Color Harmonies of #27F63C
Complementary color
Monochromatic Colors of #27F63C
Black with #27F63C
Text Example
Text Example
White with #27F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F63C; }
p { color: rgb(39,246,60); }
H1.HeaderClassName
{
color: #27F63C;
}
.AnyTagClassName
{
color: #27F63C;
}
</style>
background-color css
<style>
a { background-color: #27F63C; }
a { background-color: rgb(39,246,60); }
div.DivClassName
{
background-color: #27F63C;
}
.BgClassName
{
background-color: #27F63C;
}
</style>
border-color css
<style>
span { border-color: #27F63C; }
span { border-color: rgb(39,246,60); }
td.TdClassName
{
border-color: #27F63C;
}
.TagClassName
{
border-color: #27F63C;
}
</style>