Shades of Lime Green #30B629
Tints of Lime Green #30B629
RGB
CMYK
RGB Variations
Color information
#30B629 (or 0x30B629) is known color: Lime Green. HEX triplet: 30, B6 and 29. RGB value is (48,182,41). Sum of RGB (Red+Green+Blue) = 48+182+41=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #30B629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B629 is #CF49D6. Grayscale: #7E7E7E. Windows color (decimal): -13584855 or 2733616. OLE color: 2733616.
HSL color Cylindrical-coordinate representation of color #30B629: hue angle of 117.02º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B629 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 41 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.29 |
| HSL | 117.02º | 0.63% | 0.44% | - |
| HSV(B) | 117.02º | 0.77% | 0.71% | - |
| XYZ | 18.35 | 34.24 | 7.74 | - |
| YUV | 125.86 | 80.11 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 41 | 0.74 | 0 | 0.77 | 0.29 | 117.02 | 0.63 | 0.44 |
| Hex | 30 | B6 | 29 | 4A | 0 | 4D | 1D | 75 | 3F | 2C |
| Octal | 60 | 266 | 51 | 112 | 0 | 115 | 35 | 165 | 77 | 54 |
| Binary | 110000 | 10110110 | 101001 | 1001010 | 0 | 1001101 | 11101 | 1110101 | 111111 | 101100 |
Color Harmonies of #30B629
Complementary color
Monochromatic Colors of #30B629
Black with #30B629
Text Example
Text Example
White with #30B629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B629; }
p { color: rgb(48,182,41); }
H1.HeaderClassName
{
color: #30B629;
}
.AnyTagClassName
{
color: #30B629;
}
</style>
background-color css
<style>
a { background-color: #30B629; }
a { background-color: rgb(48,182,41); }
div.DivClassName
{
background-color: #30B629;
}
.BgClassName
{
background-color: #30B629;
}
</style>
border-color css
<style>
span { border-color: #30B629; }
span { border-color: rgb(48,182,41); }
td.TdClassName
{
border-color: #30B629;
}
.TagClassName
{
border-color: #30B629;
}
</style>