Shades of Lime Green #27C338
Tints of Lime Green #27C338
RGB
CMYK
RGB Variations
Color information
#27C338 (or 0x27C338) is known color: Lime Green. HEX triplet: 27, C3 and 38. RGB value is (39,195,56). Sum of RGB (Red+Green+Blue) = 39+195+56=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #27C338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C338 is #D83CC7. Grayscale: #848484. Windows color (decimal): -14171336 or 3719975. OLE color: 3719975.
HSL color Cylindrical-coordinate representation of color #27C338: hue angle of 126.54º 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 #27C338 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 56 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.24 |
| HSL | 126.54º | 0.67% | 0.46% | - |
| HSV(B) | 126.54º | 0.8% | 0.76% | - |
| XYZ | 21.07 | 39.75 | 10.3 | - |
| YUV | 132.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 56 | 0.80 | 0 | 0.71 | 0.24 | 126.54 | 0.67 | 0.46 |
| Hex | 27 | C3 | 38 | 50 | 0 | 47 | 18 | 7F | 43 | 2E |
| Octal | 47 | 303 | 70 | 120 | 0 | 107 | 30 | 177 | 103 | 56 |
| Binary | 100111 | 11000011 | 111000 | 1010000 | 0 | 1000111 | 11000 | 1111111 | 1000011 | 101110 |
Color Harmonies of #27C338
Complementary color
Monochromatic Colors of #27C338
Black with #27C338
Text Example
Text Example
White with #27C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C338; }
p { color: rgb(39,195,56); }
H1.HeaderClassName
{
color: #27C338;
}
.AnyTagClassName
{
color: #27C338;
}
</style>
background-color css
<style>
a { background-color: #27C338; }
a { background-color: rgb(39,195,56); }
div.DivClassName
{
background-color: #27C338;
}
.BgClassName
{
background-color: #27C338;
}
</style>
border-color css
<style>
span { border-color: #27C338; }
span { border-color: rgb(39,195,56); }
td.TdClassName
{
border-color: #27C338;
}
.TagClassName
{
border-color: #27C338;
}
</style>