Shades of Lime Green #27D635
Tints of Lime Green #27D635
RGB
CMYK
RGB Variations
Color information
#27D635 (or 0x27D635) is known color: Lime Green. HEX triplet: 27, D6 and 35. RGB value is (39,214,53). Sum of RGB (Red+Green+Blue) = 39+214+53=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #27D635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D635 is #D829CA. Grayscale: #8F8F8F. Windows color (decimal): -14166475 or 3528231. OLE color: 3528231.
HSL color Cylindrical-coordinate representation of color #27D635: hue angle of 124.8º 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 #27D635 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 53 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.16 |
| HSL | 124.8º | 0.69% | 0.5% | - |
| HSV(B) | 124.8º | 0.82% | 0.84% | - |
| XYZ | 25.53 | 48.78 | 11.44 | - |
| YUV | 143.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 53 | 0.82 | 0 | 0.75 | 0.16 | 124.8 | 0.69 | 0.5 |
| Hex | 27 | D6 | 35 | 52 | 0 | 4B | 10 | 7D | 45 | 32 |
| Octal | 47 | 326 | 65 | 122 | 0 | 113 | 20 | 175 | 105 | 62 |
| Binary | 100111 | 11010110 | 110101 | 1010010 | 0 | 1001011 | 10000 | 1111101 | 1000101 | 110010 |
Color Harmonies of #27D635
Complementary color
Monochromatic Colors of #27D635
Black with #27D635
Text Example
Text Example
White with #27D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D635; }
p { color: rgb(39,214,53); }
H1.HeaderClassName
{
color: #27D635;
}
.AnyTagClassName
{
color: #27D635;
}
</style>
background-color css
<style>
a { background-color: #27D635; }
a { background-color: rgb(39,214,53); }
div.DivClassName
{
background-color: #27D635;
}
.BgClassName
{
background-color: #27D635;
}
</style>
border-color css
<style>
span { border-color: #27D635; }
span { border-color: rgb(39,214,53); }
td.TdClassName
{
border-color: #27D635;
}
.TagClassName
{
border-color: #27D635;
}
</style>