Shades of Lime Green #27C344
Tints of Lime Green #27C344
RGB
CMYK
RGB Variations
Color information
#27C344 (or 0x27C344) is known color: Lime Green. HEX triplet: 27, C3 and 44. RGB value is (39,195,68). Sum of RGB (Red+Green+Blue) = 39+195+68=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #27C344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C344 is #D83CBB. Grayscale: #868686. Windows color (decimal): -14171324 or 4506407. OLE color: 4506407.
HSL color Cylindrical-coordinate representation of color #27C344: hue angle of 131.15º 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 #27C344 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 68 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.24 |
| HSL | 131.15º | 0.67% | 0.46% | - |
| HSV(B) | 131.15º | 0.8% | 0.76% | - |
| XYZ | 21.4 | 39.88 | 12.04 | - |
| YUV | 133.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 68 | 0.80 | 0 | 0.65 | 0.24 | 131.15 | 0.67 | 0.46 |
| Hex | 27 | C3 | 44 | 50 | 0 | 41 | 18 | 83 | 43 | 2E |
| Octal | 47 | 303 | 104 | 120 | 0 | 101 | 30 | 203 | 103 | 56 |
| Binary | 100111 | 11000011 | 1000100 | 1010000 | 0 | 1000001 | 11000 | 10000011 | 1000011 | 101110 |
Color Harmonies of #27C344
Complementary color
Monochromatic Colors of #27C344
Black with #27C344
Text Example
Text Example
White with #27C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C344; }
p { color: rgb(39,195,68); }
H1.HeaderClassName
{
color: #27C344;
}
.AnyTagClassName
{
color: #27C344;
}
</style>
background-color css
<style>
a { background-color: #27C344; }
a { background-color: rgb(39,195,68); }
div.DivClassName
{
background-color: #27C344;
}
.BgClassName
{
background-color: #27C344;
}
</style>
border-color css
<style>
span { border-color: #27C344; }
span { border-color: rgb(39,195,68); }
td.TdClassName
{
border-color: #27C344;
}
.TagClassName
{
border-color: #27C344;
}
</style>