Shades of Lime Green #27C330
Tints of Lime Green #27C330
RGB
CMYK
RGB Variations
Color information
#27C330 (or 0x27C330) is known color: Lime Green. HEX triplet: 27, C3 and 30. RGB value is (39,195,48). Sum of RGB (Red+Green+Blue) = 39+195+48=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #27C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C330 is #D83CCF. Grayscale: #848484. Windows color (decimal): -14171344 or 3195687. OLE color: 3195687.
HSL color Cylindrical-coordinate representation of color #27C330: hue angle of 123.46º 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 #27C330 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 48 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.24 |
| HSL | 123.46º | 0.67% | 0.46% | - |
| HSV(B) | 123.46º | 0.8% | 0.76% | - |
| XYZ | 20.89 | 39.67 | 9.35 | - |
| YUV | 131.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 48 | 0.80 | 0 | 0.75 | 0.24 | 123.46 | 0.67 | 0.46 |
| Hex | 27 | C3 | 30 | 50 | 0 | 4B | 18 | 7B | 43 | 2E |
| Octal | 47 | 303 | 60 | 120 | 0 | 113 | 30 | 173 | 103 | 56 |
| Binary | 100111 | 11000011 | 110000 | 1010000 | 0 | 1001011 | 11000 | 1111011 | 1000011 | 101110 |
Color Harmonies of #27C330
Complementary color
Monochromatic Colors of #27C330
Black with #27C330
Text Example
Text Example
White with #27C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C330; }
p { color: rgb(39,195,48); }
H1.HeaderClassName
{
color: #27C330;
}
.AnyTagClassName
{
color: #27C330;
}
</style>
background-color css
<style>
a { background-color: #27C330; }
a { background-color: rgb(39,195,48); }
div.DivClassName
{
background-color: #27C330;
}
.BgClassName
{
background-color: #27C330;
}
</style>
border-color css
<style>
span { border-color: #27C330; }
span { border-color: rgb(39,195,48); }
td.TdClassName
{
border-color: #27C330;
}
.TagClassName
{
border-color: #27C330;
}
</style>