Shades of Lime Green #27D042
Tints of Lime Green #27D042
RGB
CMYK
RGB Variations
Color information
#27D042 (or 0x27D042) is known color: Lime Green. HEX triplet: 27, D0 and 42. RGB value is (39,208,66). Sum of RGB (Red+Green+Blue) = 39+208+66=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #27D042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D042 is #D82FBD. Grayscale: #8D8D8D. Windows color (decimal): -14167998 or 4378663. OLE color: 4378663.
HSL color Cylindrical-coordinate representation of color #27D042: hue angle of 129.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D042 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 208 | 66 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.18 |
| HSL | 129.59º | 0.68% | 0.48% | - |
| HSV(B) | 129.59º | 0.81% | 0.82% | - |
| XYZ | 24.38 | 45.94 | 12.74 | - |
| YUV | 141.28 | 85.51 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 208 | 66 | 0.81 | 0 | 0.68 | 0.18 | 129.59 | 0.68 | 0.48 |
| Hex | 27 | D0 | 42 | 51 | 0 | 44 | 12 | 82 | 44 | 30 |
| Octal | 47 | 320 | 102 | 121 | 0 | 104 | 22 | 202 | 104 | 60 |
| Binary | 100111 | 11010000 | 1000010 | 1010001 | 0 | 1000100 | 10010 | 10000010 | 1000100 | 110000 |
Color Harmonies of #27D042
Complementary color
Monochromatic Colors of #27D042
Black with #27D042
Text Example
Text Example
White with #27D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D042; }
p { color: rgb(39,208,66); }
H1.HeaderClassName
{
color: #27D042;
}
.AnyTagClassName
{
color: #27D042;
}
</style>
background-color css
<style>
a { background-color: #27D042; }
a { background-color: rgb(39,208,66); }
div.DivClassName
{
background-color: #27D042;
}
.BgClassName
{
background-color: #27D042;
}
</style>
border-color css
<style>
span { border-color: #27D042; }
span { border-color: rgb(39,208,66); }
td.TdClassName
{
border-color: #27D042;
}
.TagClassName
{
border-color: #27D042;
}
</style>