Shades of Lime Green #27C34C
Tints of Lime Green #27C34C
RGB
CMYK
RGB Variations
Color information
#27C34C (or 0x27C34C) is known color: Lime Green. HEX triplet: 27, C3 and 4C. RGB value is (39,195,76). Sum of RGB (Red+Green+Blue) = 39+195+76=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #27C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C34C is #D83CB3. Grayscale: #878787. Windows color (decimal): -14171316 or 5030695. OLE color: 5030695.
HSL color Cylindrical-coordinate representation of color #27C34C: hue angle of 134.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C34C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 76 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.24 |
| HSL | 134.23º | 0.67% | 0.46% | - |
| HSV(B) | 134.23º | 0.8% | 0.76% | - |
| XYZ | 21.66 | 39.98 | 13.41 | - |
| YUV | 134.79 | 94.82 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 76 | 0.80 | 0 | 0.61 | 0.24 | 134.23 | 0.67 | 0.46 |
| Hex | 27 | C3 | 4C | 50 | 0 | 3D | 18 | 86 | 43 | 2E |
| Octal | 47 | 303 | 114 | 120 | 0 | 75 | 30 | 206 | 103 | 56 |
| Binary | 100111 | 11000011 | 1001100 | 1010000 | 0 | 111101 | 11000 | 10000110 | 1000011 | 101110 |
Color Harmonies of #27C34C
Complementary color
Monochromatic Colors of #27C34C
Black with #27C34C
Text Example
Text Example
White with #27C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C34C; }
p { color: rgb(39,195,76); }
H1.HeaderClassName
{
color: #27C34C;
}
.AnyTagClassName
{
color: #27C34C;
}
</style>
background-color css
<style>
a { background-color: #27C34C; }
a { background-color: rgb(39,195,76); }
div.DivClassName
{
background-color: #27C34C;
}
.BgClassName
{
background-color: #27C34C;
}
</style>
border-color css
<style>
span { border-color: #27C34C; }
span { border-color: rgb(39,195,76); }
td.TdClassName
{
border-color: #27C34C;
}
.TagClassName
{
border-color: #27C34C;
}
</style>