Shades of Lime Green #27D934
Tints of Lime Green #27D934
RGB
CMYK
RGB Variations
Color information
#27D934 (or 0x27D934) is known color: Lime Green. HEX triplet: 27, D9 and 34. RGB value is (39,217,52). Sum of RGB (Red+Green+Blue) = 39+217+52=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #27D934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D934 is #D826CB. Grayscale: #919191. Windows color (decimal): -14165708 or 3463463. OLE color: 3463463.
HSL color Cylindrical-coordinate representation of color #27D934: hue angle of 124.38º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D934 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 52 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.15 |
| HSL | 124.38º | 0.7% | 0.5% | - |
| HSV(B) | 124.38º | 0.82% | 0.85% | - |
| XYZ | 26.27 | 50.3 | 11.57 | - |
| YUV | 144.97 | 75.53 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 52 | 0.82 | 0 | 0.76 | 0.15 | 124.38 | 0.7 | 0.5 |
| Hex | 27 | D9 | 34 | 52 | 0 | 4C | F | 7C | 46 | 32 |
| Octal | 47 | 331 | 64 | 122 | 0 | 114 | 17 | 174 | 106 | 62 |
| Binary | 100111 | 11011001 | 110100 | 1010010 | 0 | 1001100 | 1111 | 1111100 | 1000110 | 110010 |
Color Harmonies of #27D934
Complementary color
Monochromatic Colors of #27D934
Black with #27D934
Text Example
Text Example
White with #27D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D934; }
p { color: rgb(39,217,52); }
H1.HeaderClassName
{
color: #27D934;
}
.AnyTagClassName
{
color: #27D934;
}
</style>
background-color css
<style>
a { background-color: #27D934; }
a { background-color: rgb(39,217,52); }
div.DivClassName
{
background-color: #27D934;
}
.BgClassName
{
background-color: #27D934;
}
</style>
border-color css
<style>
span { border-color: #27D934; }
span { border-color: rgb(39,217,52); }
td.TdClassName
{
border-color: #27D934;
}
.TagClassName
{
border-color: #27D934;
}
</style>