Shades of Lime Green #27D50D
Tints of Lime Green #27D50D
RGB
CMYK
RGB Variations
Color information
#27D50D (or 0x27D50D) is known color: Lime Green. HEX triplet: 27, D5 and 0D. RGB value is (39,213,13). Sum of RGB (Red+Green+Blue) = 39+213+13=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #27D50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D50D is #D82AF2. Grayscale: #8A8A8A. Windows color (decimal): -14166771 or 906535. OLE color: 906535.
HSL color Cylindrical-coordinate representation of color #27D50D: hue angle of 112.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27D50D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 13 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.16 |
| HSL | 112.2º | 0.88% | 0.44% | - |
| HSV(B) | 112.2º | 0.94% | 0.84% | - |
| XYZ | 24.7 | 48.05 | 8.35 | - |
| YUV | 138.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 13 | 0.82 | 0 | 0.94 | 0.16 | 112.2 | 0.88 | 0.44 |
| Hex | 27 | D5 | D | 52 | 0 | 5E | 10 | 70 | 58 | 2C |
| Octal | 47 | 325 | 15 | 122 | 0 | 136 | 20 | 160 | 130 | 54 |
| Binary | 100111 | 11010101 | 1101 | 1010010 | 0 | 1011110 | 10000 | 1110000 | 1011000 | 101100 |
Color Harmonies of #27D50D
Complementary color
Monochromatic Colors of #27D50D
Black with #27D50D
Text Example
Text Example
White with #27D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D50D; }
p { color: rgb(39,213,13); }
H1.HeaderClassName
{
color: #27D50D;
}
.AnyTagClassName
{
color: #27D50D;
}
</style>
background-color css
<style>
a { background-color: #27D50D; }
a { background-color: rgb(39,213,13); }
div.DivClassName
{
background-color: #27D50D;
}
.BgClassName
{
background-color: #27D50D;
}
</style>
border-color css
<style>
span { border-color: #27D50D; }
span { border-color: rgb(39,213,13); }
td.TdClassName
{
border-color: #27D50D;
}
.TagClassName
{
border-color: #27D50D;
}
</style>