Shades of Lime Green #30B342
Tints of Lime Green #30B342
RGB
CMYK
RGB Variations
Color information
#30B342 (or 0x30B342) is known color: Lime Green. HEX triplet: 30, B3 and 42. RGB value is (48,179,66). Sum of RGB (Red+Green+Blue) = 48+179+66=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #30B342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B342 is #CF4CBD. Grayscale: #7F7F7F. Windows color (decimal): -13585598 or 4371248. OLE color: 4371248.
HSL color Cylindrical-coordinate representation of color #30B342: hue angle of 128.24º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B342 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 66 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.30 |
| HSL | 128.24º | 0.58% | 0.45% | - |
| HSV(B) | 128.24º | 0.73% | 0.7% | - |
| XYZ | 18.32 | 33.26 | 10.61 | - |
| YUV | 126.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 66 | 0.73 | 0 | 0.63 | 0.30 | 128.24 | 0.58 | 0.45 |
| Hex | 30 | B3 | 42 | 49 | 0 | 3F | 1E | 80 | 3A | 2D |
| Octal | 60 | 263 | 102 | 111 | 0 | 77 | 36 | 200 | 72 | 55 |
| Binary | 110000 | 10110011 | 1000010 | 1001001 | 0 | 111111 | 11110 | 10000000 | 111010 | 101101 |
Color Harmonies of #30B342
Complementary color
Monochromatic Colors of #30B342
Black with #30B342
Text Example
Text Example
White with #30B342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B342; }
p { color: rgb(48,179,66); }
H1.HeaderClassName
{
color: #30B342;
}
.AnyTagClassName
{
color: #30B342;
}
</style>
background-color css
<style>
a { background-color: #30B342; }
a { background-color: rgb(48,179,66); }
div.DivClassName
{
background-color: #30B342;
}
.BgClassName
{
background-color: #30B342;
}
</style>
border-color css
<style>
span { border-color: #30B342; }
span { border-color: rgb(48,179,66); }
td.TdClassName
{
border-color: #30B342;
}
.TagClassName
{
border-color: #30B342;
}
</style>