Shades of Lime Green #27DC3C
Tints of Lime Green #27DC3C
RGB
CMYK
RGB Variations
Color information
#27DC3C (or 0x27DC3C) is known color: Lime Green. HEX triplet: 27, DC and 3C. RGB value is (39,220,60). Sum of RGB (Red+Green+Blue) = 39+220+60=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC3C is #D823C3. Grayscale: #949494. Windows color (decimal): -14164932 or 3988519. OLE color: 3988519.
HSL color Cylindrical-coordinate representation of color #27DC3C: hue angle of 126.96º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC3C is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 60 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.14 |
| HSL | 126.96º | 0.72% | 0.51% | - |
| HSV(B) | 126.96º | 0.82% | 0.86% | - |
| XYZ | 27.25 | 51.94 | 12.87 | - |
| YUV | 147.64 | 78.53 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 60 | 0.82 | 0 | 0.73 | 0.14 | 126.96 | 0.72 | 0.51 |
| Hex | 27 | DC | 3C | 52 | 0 | 49 | E | 7F | 48 | 33 |
| Octal | 47 | 334 | 74 | 122 | 0 | 111 | 16 | 177 | 110 | 63 |
| Binary | 100111 | 11011100 | 111100 | 1010010 | 0 | 1001001 | 1110 | 1111111 | 1001000 | 110011 |
Color Harmonies of #27DC3C
Complementary color
Monochromatic Colors of #27DC3C
Black with #27DC3C
Text Example
Text Example
White with #27DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC3C; }
p { color: rgb(39,220,60); }
H1.HeaderClassName
{
color: #27DC3C;
}
.AnyTagClassName
{
color: #27DC3C;
}
</style>
background-color css
<style>
a { background-color: #27DC3C; }
a { background-color: rgb(39,220,60); }
div.DivClassName
{
background-color: #27DC3C;
}
.BgClassName
{
background-color: #27DC3C;
}
</style>
border-color css
<style>
span { border-color: #27DC3C; }
span { border-color: rgb(39,220,60); }
td.TdClassName
{
border-color: #27DC3C;
}
.TagClassName
{
border-color: #27DC3C;
}
</style>