Shades of Lime Green #27D625
Tints of Lime Green #27D625
RGB
CMYK
RGB Variations
Color information
#27D625 (or 0x27D625) is known color: Lime Green. HEX triplet: 27, D6 and 25. RGB value is (39,214,37). Sum of RGB (Red+Green+Blue) = 39+214+37=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #27D625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D625 is #D829DA. Grayscale: #8E8E8E. Windows color (decimal): -14166491 or 2479655. OLE color: 2479655.
HSL color Cylindrical-coordinate representation of color #27D625: hue angle of 119.32º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27D625 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 37 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.16 |
| HSL | 119.32º | 0.71% | 0.49% | - |
| HSV(B) | 119.32º | 0.83% | 0.84% | - |
| XYZ | 25.22 | 48.66 | 9.81 | - |
| YUV | 141.5 | 69.02 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 37 | 0.82 | 0 | 0.83 | 0.16 | 119.32 | 0.71 | 0.49 |
| Hex | 27 | D6 | 25 | 52 | 0 | 53 | 10 | 77 | 47 | 31 |
| Octal | 47 | 326 | 45 | 122 | 0 | 123 | 20 | 167 | 107 | 61 |
| Binary | 100111 | 11010110 | 100101 | 1010010 | 0 | 1010011 | 10000 | 1110111 | 1000111 | 110001 |
Color Harmonies of #27D625
Complementary color
Monochromatic Colors of #27D625
Black with #27D625
Text Example
Text Example
White with #27D625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D625; }
p { color: rgb(39,214,37); }
H1.HeaderClassName
{
color: #27D625;
}
.AnyTagClassName
{
color: #27D625;
}
</style>
background-color css
<style>
a { background-color: #27D625; }
a { background-color: rgb(39,214,37); }
div.DivClassName
{
background-color: #27D625;
}
.BgClassName
{
background-color: #27D625;
}
</style>
border-color css
<style>
span { border-color: #27D625; }
span { border-color: rgb(39,214,37); }
td.TdClassName
{
border-color: #27D625;
}
.TagClassName
{
border-color: #27D625;
}
</style>