Shades of Lime Green #27C032
Tints of Lime Green #27C032
RGB
CMYK
RGB Variations
Color information
#27C032 (or 0x27C032) is known color: Lime Green. HEX triplet: 27, C0 and 32. RGB value is (39,192,50). Sum of RGB (Red+Green+Blue) = 39+192+50=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #27C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C032 is #D83FCD. Grayscale: #828282. Windows color (decimal): -14172110 or 3325991. OLE color: 3325991.
HSL color Cylindrical-coordinate representation of color #27C032: hue angle of 124.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C032 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 50 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.25 |
| HSL | 124.31º | 0.66% | 0.45% | - |
| HSV(B) | 124.31º | 0.8% | 0.75% | - |
| XYZ | 20.26 | 38.36 | 9.35 | - |
| YUV | 130.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 50 | 0.80 | 0 | 0.74 | 0.25 | 124.31 | 0.66 | 0.45 |
| Hex | 27 | C0 | 32 | 50 | 0 | 4A | 19 | 7C | 42 | 2D |
| Octal | 47 | 300 | 62 | 120 | 0 | 112 | 31 | 174 | 102 | 55 |
| Binary | 100111 | 11000000 | 110010 | 1010000 | 0 | 1001010 | 11001 | 1111100 | 1000010 | 101101 |
Color Harmonies of #27C032
Complementary color
Monochromatic Colors of #27C032
Black with #27C032
Text Example
Text Example
White with #27C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C032; }
p { color: rgb(39,192,50); }
H1.HeaderClassName
{
color: #27C032;
}
.AnyTagClassName
{
color: #27C032;
}
</style>
background-color css
<style>
a { background-color: #27C032; }
a { background-color: rgb(39,192,50); }
div.DivClassName
{
background-color: #27C032;
}
.BgClassName
{
background-color: #27C032;
}
</style>
border-color css
<style>
span { border-color: #27C032; }
span { border-color: rgb(39,192,50); }
td.TdClassName
{
border-color: #27C032;
}
.TagClassName
{
border-color: #27C032;
}
</style>