Shades of Lime Green #27C030
Tints of Lime Green #27C030
RGB
CMYK
RGB Variations
Color information
#27C030 (or 0x27C030) is known color: Lime Green. HEX triplet: 27, C0 and 30. RGB value is (39,192,48). Sum of RGB (Red+Green+Blue) = 39+192+48=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #27C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C030 is #D83FCF. Grayscale: #828282. Windows color (decimal): -14172112 or 3194919. OLE color: 3194919.
HSL color Cylindrical-coordinate representation of color #27C030: hue angle of 123.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C030 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 48 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.25 |
| HSL | 123.53º | 0.66% | 0.45% | - |
| HSV(B) | 123.53º | 0.8% | 0.75% | - |
| XYZ | 20.22 | 38.34 | 9.13 | - |
| YUV | 129.84 | 81.81 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 48 | 0.80 | 0 | 0.75 | 0.25 | 123.53 | 0.66 | 0.45 |
| Hex | 27 | C0 | 30 | 50 | 0 | 4B | 19 | 7C | 42 | 2D |
| Octal | 47 | 300 | 60 | 120 | 0 | 113 | 31 | 174 | 102 | 55 |
| Binary | 100111 | 11000000 | 110000 | 1010000 | 0 | 1001011 | 11001 | 1111100 | 1000010 | 101101 |
Color Harmonies of #27C030
Complementary color
Monochromatic Colors of #27C030
Black with #27C030
Text Example
Text Example
White with #27C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C030; }
p { color: rgb(39,192,48); }
H1.HeaderClassName
{
color: #27C030;
}
.AnyTagClassName
{
color: #27C030;
}
</style>
background-color css
<style>
a { background-color: #27C030; }
a { background-color: rgb(39,192,48); }
div.DivClassName
{
background-color: #27C030;
}
.BgClassName
{
background-color: #27C030;
}
</style>
border-color css
<style>
span { border-color: #27C030; }
span { border-color: rgb(39,192,48); }
td.TdClassName
{
border-color: #27C030;
}
.TagClassName
{
border-color: #27C030;
}
</style>