Shades of Lime Green #27BC3C
Tints of Lime Green #27BC3C
RGB
CMYK
RGB Variations
Color information
#27BC3C (or 0x27BC3C) is known color: Lime Green. HEX triplet: 27, BC and 3C. RGB value is (39,188,60). Sum of RGB (Red+Green+Blue) = 39+188+60=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC3C is #D843C3. Grayscale: #818181. Windows color (decimal): -14173124 or 3980327. OLE color: 3980327.
HSL color Cylindrical-coordinate representation of color #27BC3C: hue angle of 128.46º 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 #27BC3C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 60 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.26 |
| HSL | 128.46º | 0.66% | 0.45% | - |
| HSV(B) | 128.46º | 0.79% | 0.74% | - |
| XYZ | 19.64 | 36.72 | 10.33 | - |
| YUV | 128.86 | 89.14 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 60 | 0.79 | 0 | 0.68 | 0.26 | 128.46 | 0.66 | 0.45 |
| Hex | 27 | BC | 3C | 4F | 0 | 44 | 1A | 80 | 42 | 2D |
| Octal | 47 | 274 | 74 | 117 | 0 | 104 | 32 | 200 | 102 | 55 |
| Binary | 100111 | 10111100 | 111100 | 1001111 | 0 | 1000100 | 11010 | 10000000 | 1000010 | 101101 |
Color Harmonies of #27BC3C
Complementary color
Monochromatic Colors of #27BC3C
Black with #27BC3C
Text Example
Text Example
White with #27BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC3C; }
p { color: rgb(39,188,60); }
H1.HeaderClassName
{
color: #27BC3C;
}
.AnyTagClassName
{
color: #27BC3C;
}
</style>
background-color css
<style>
a { background-color: #27BC3C; }
a { background-color: rgb(39,188,60); }
div.DivClassName
{
background-color: #27BC3C;
}
.BgClassName
{
background-color: #27BC3C;
}
</style>
border-color css
<style>
span { border-color: #27BC3C; }
span { border-color: rgb(39,188,60); }
td.TdClassName
{
border-color: #27BC3C;
}
.TagClassName
{
border-color: #27BC3C;
}
</style>