Shades of Lime Green #27D63C
Tints of Lime Green #27D63C
RGB
CMYK
RGB Variations
Color information
#27D63C (or 0x27D63C) is known color: Lime Green. HEX triplet: 27, D6 and 3C. RGB value is (39,214,60). Sum of RGB (Red+Green+Blue) = 39+214+60=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #27D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D63C is #D829C3. Grayscale: #909090. Windows color (decimal): -14166468 or 3986983. OLE color: 3986983.
HSL color Cylindrical-coordinate representation of color #27D63C: hue angle of 127.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D63C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 60 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.16 |
| HSL | 127.2º | 0.69% | 0.5% | - |
| HSV(B) | 127.2º | 0.82% | 0.84% | - |
| XYZ | 25.7 | 48.85 | 12.35 | - |
| YUV | 144.12 | 80.52 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 60 | 0.82 | 0 | 0.72 | 0.16 | 127.2 | 0.69 | 0.5 |
| Hex | 27 | D6 | 3C | 52 | 0 | 48 | 10 | 7F | 45 | 32 |
| Octal | 47 | 326 | 74 | 122 | 0 | 110 | 20 | 177 | 105 | 62 |
| Binary | 100111 | 11010110 | 111100 | 1010010 | 0 | 1001000 | 10000 | 1111111 | 1000101 | 110010 |
Color Harmonies of #27D63C
Complementary color
Monochromatic Colors of #27D63C
Black with #27D63C
Text Example
Text Example
White with #27D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D63C; }
p { color: rgb(39,214,60); }
H1.HeaderClassName
{
color: #27D63C;
}
.AnyTagClassName
{
color: #27D63C;
}
</style>
background-color css
<style>
a { background-color: #27D63C; }
a { background-color: rgb(39,214,60); }
div.DivClassName
{
background-color: #27D63C;
}
.BgClassName
{
background-color: #27D63C;
}
</style>
border-color css
<style>
span { border-color: #27D63C; }
span { border-color: rgb(39,214,60); }
td.TdClassName
{
border-color: #27D63C;
}
.TagClassName
{
border-color: #27D63C;
}
</style>