Shades of Lime Green #27DF41
Tints of Lime Green #27DF41
RGB
CMYK
RGB Variations
Color information
#27DF41 (or 0x27DF41) is known color: Lime Green. HEX triplet: 27, DF and 41. RGB value is (39,223,65). Sum of RGB (Red+Green+Blue) = 39+223+65=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DF41 is #D820BE. Grayscale: #969696. Windows color (decimal): -14164159 or 4316967. OLE color: 4316967.
HSL color Cylindrical-coordinate representation of color #27DF41: hue angle of 128.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DF41 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 65 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.13 |
| HSL | 128.48º | 0.74% | 0.51% | - |
| HSV(B) | 128.48º | 0.83% | 0.87% | - |
| XYZ | 28.18 | 53.59 | 13.86 | - |
| YUV | 149.97 | 80.04 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 65 | 0.83 | 0 | 0.71 | 0.13 | 128.48 | 0.74 | 0.51 |
| Hex | 27 | DF | 41 | 53 | 0 | 47 | D | 80 | 4A | 33 |
| Octal | 47 | 337 | 101 | 123 | 0 | 107 | 15 | 200 | 112 | 63 |
| Binary | 100111 | 11011111 | 1000001 | 1010011 | 0 | 1000111 | 1101 | 10000000 | 1001010 | 110011 |
Color Harmonies of #27DF41
Complementary color
Monochromatic Colors of #27DF41
Black with #27DF41
Text Example
Text Example
White with #27DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF41; }
p { color: rgb(39,223,65); }
H1.HeaderClassName
{
color: #27DF41;
}
.AnyTagClassName
{
color: #27DF41;
}
</style>
background-color css
<style>
a { background-color: #27DF41; }
a { background-color: rgb(39,223,65); }
div.DivClassName
{
background-color: #27DF41;
}
.BgClassName
{
background-color: #27DF41;
}
</style>
border-color css
<style>
span { border-color: #27DF41; }
span { border-color: rgb(39,223,65); }
td.TdClassName
{
border-color: #27DF41;
}
.TagClassName
{
border-color: #27DF41;
}
</style>