Shades of Lime Green #27B21C
Tints of Lime Green #27B21C
RGB
CMYK
RGB Variations
Color information
#27B21C (or 0x27B21C) is known color: Lime Green. HEX triplet: 27, B2 and 1C. RGB value is (39,178,28). Sum of RGB (Red+Green+Blue) = 39+178+28=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #27B21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B21C is #D84DE3. Grayscale: #777777. Windows color (decimal): -14175716 or 1880615. OLE color: 1880615.
HSL color Cylindrical-coordinate representation of color #27B21C: hue angle of 115.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27B21C is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 178 | 28 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.30 |
| HSL | 115.6º | 0.73% | 0.4% | - |
| HSV(B) | 115.6º | 0.84% | 0.7% | - |
| XYZ | 16.97 | 32.36 | 6.45 | - |
| YUV | 119.34 | 76.45 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 178 | 28 | 0.78 | 0 | 0.84 | 0.30 | 115.6 | 0.73 | 0.4 |
| Hex | 27 | B2 | 1C | 4E | 0 | 54 | 1E | 74 | 49 | 28 |
| Octal | 47 | 262 | 34 | 116 | 0 | 124 | 36 | 164 | 111 | 50 |
| Binary | 100111 | 10110010 | 11100 | 1001110 | 0 | 1010100 | 11110 | 1110100 | 1001001 | 101000 |
Color Harmonies of #27B21C
Complementary color
Monochromatic Colors of #27B21C
Black with #27B21C
Text Example
Text Example
White with #27B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B21C; }
p { color: rgb(39,178,28); }
H1.HeaderClassName
{
color: #27B21C;
}
.AnyTagClassName
{
color: #27B21C;
}
</style>
background-color css
<style>
a { background-color: #27B21C; }
a { background-color: rgb(39,178,28); }
div.DivClassName
{
background-color: #27B21C;
}
.BgClassName
{
background-color: #27B21C;
}
</style>
border-color css
<style>
span { border-color: #27B21C; }
span { border-color: rgb(39,178,28); }
td.TdClassName
{
border-color: #27B21C;
}
.TagClassName
{
border-color: #27B21C;
}
</style>