Shades of Lime Green #30B343
Tints of Lime Green #30B343
RGB
CMYK
RGB Variations
Color information
#30B343 (or 0x30B343) is known color: Lime Green. HEX triplet: 30, B3 and 43. RGB value is (48,179,67). Sum of RGB (Red+Green+Blue) = 48+179+67=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #30B343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B343 is #CF4CBC. Grayscale: #7F7F7F. Windows color (decimal): -13585597 or 4436784. OLE color: 4436784.
HSL color Cylindrical-coordinate representation of color #30B343: hue angle of 128.7º 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 #30B343 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 67 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.30 |
| HSL | 128.7º | 0.58% | 0.45% | - |
| HSV(B) | 128.7º | 0.73% | 0.7% | - |
| XYZ | 18.35 | 33.27 | 10.77 | - |
| YUV | 127.06 | 94.1 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 67 | 0.73 | 0 | 0.63 | 0.30 | 128.7 | 0.58 | 0.45 |
| Hex | 30 | B3 | 43 | 49 | 0 | 3F | 1E | 81 | 3A | 2D |
| Octal | 60 | 263 | 103 | 111 | 0 | 77 | 36 | 201 | 72 | 55 |
| Binary | 110000 | 10110011 | 1000011 | 1001001 | 0 | 111111 | 11110 | 10000001 | 111010 | 101101 |
Color Harmonies of #30B343
Complementary color
Monochromatic Colors of #30B343
Black with #30B343
Text Example
Text Example
White with #30B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B343; }
p { color: rgb(48,179,67); }
H1.HeaderClassName
{
color: #30B343;
}
.AnyTagClassName
{
color: #30B343;
}
</style>
background-color css
<style>
a { background-color: #30B343; }
a { background-color: rgb(48,179,67); }
div.DivClassName
{
background-color: #30B343;
}
.BgClassName
{
background-color: #30B343;
}
</style>
border-color css
<style>
span { border-color: #30B343; }
span { border-color: rgb(48,179,67); }
td.TdClassName
{
border-color: #30B343;
}
.TagClassName
{
border-color: #30B343;
}
</style>