Shades of Lime Green #27BD2C
Tints of Lime Green #27BD2C
RGB
CMYK
RGB Variations
Color information
#27BD2C (or 0x27BD2C) is known color: Lime Green. HEX triplet: 27, BD and 2C. RGB value is (39,189,44). Sum of RGB (Red+Green+Blue) = 39+189+44=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD2C is #D842D3. Grayscale: #808080. Windows color (decimal): -14172884 or 2932007. OLE color: 2932007.
HSL color Cylindrical-coordinate representation of color #27BD2C: hue angle of 122º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD2C is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 44 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.26 |
| HSL | 122º | 0.66% | 0.45% | - |
| HSV(B) | 122º | 0.79% | 0.74% | - |
| XYZ | 19.49 | 37.01 | 8.5 | - |
| YUV | 127.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 44 | 0.79 | 0 | 0.77 | 0.26 | 122 | 0.66 | 0.45 |
| Hex | 27 | BD | 2C | 4F | 0 | 4D | 1A | 7A | 42 | 2D |
| Octal | 47 | 275 | 54 | 117 | 0 | 115 | 32 | 172 | 102 | 55 |
| Binary | 100111 | 10111101 | 101100 | 1001111 | 0 | 1001101 | 11010 | 1111010 | 1000010 | 101101 |
Color Harmonies of #27BD2C
Complementary color
Monochromatic Colors of #27BD2C
Black with #27BD2C
Text Example
Text Example
White with #27BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD2C; }
p { color: rgb(39,189,44); }
H1.HeaderClassName
{
color: #27BD2C;
}
.AnyTagClassName
{
color: #27BD2C;
}
</style>
background-color css
<style>
a { background-color: #27BD2C; }
a { background-color: rgb(39,189,44); }
div.DivClassName
{
background-color: #27BD2C;
}
.BgClassName
{
background-color: #27BD2C;
}
</style>
border-color css
<style>
span { border-color: #27BD2C; }
span { border-color: rgb(39,189,44); }
td.TdClassName
{
border-color: #27BD2C;
}
.TagClassName
{
border-color: #27BD2C;
}
</style>