Shades of Lime Green #30B642
Tints of Lime Green #30B642
RGB
CMYK
RGB Variations
Color information
#30B642 (or 0x30B642) is known color: Lime Green. HEX triplet: 30, B6 and 42. RGB value is (48,182,66). Sum of RGB (Red+Green+Blue) = 48+182+66=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #30B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B642 is #CF49BD. Grayscale: #818181. Windows color (decimal): -13584830 or 4372016. OLE color: 4372016.
HSL color Cylindrical-coordinate representation of color #30B642: hue angle of 128.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B642 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 66 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.29 |
| HSL | 128.06º | 0.58% | 0.45% | - |
| HSV(B) | 128.06º | 0.74% | 0.71% | - |
| XYZ | 18.93 | 34.48 | 10.81 | - |
| YUV | 128.71 | 92.61 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 66 | 0.74 | 0 | 0.64 | 0.29 | 128.06 | 0.58 | 0.45 |
| Hex | 30 | B6 | 42 | 4A | 0 | 40 | 1D | 80 | 3A | 2D |
| Octal | 60 | 266 | 102 | 112 | 0 | 100 | 35 | 200 | 72 | 55 |
| Binary | 110000 | 10110110 | 1000010 | 1001010 | 0 | 1000000 | 11101 | 10000000 | 111010 | 101101 |
Color Harmonies of #30B642
Complementary color
Monochromatic Colors of #30B642
Black with #30B642
Text Example
Text Example
White with #30B642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B642; }
p { color: rgb(48,182,66); }
H1.HeaderClassName
{
color: #30B642;
}
.AnyTagClassName
{
color: #30B642;
}
</style>
background-color css
<style>
a { background-color: #30B642; }
a { background-color: rgb(48,182,66); }
div.DivClassName
{
background-color: #30B642;
}
.BgClassName
{
background-color: #30B642;
}
</style>
border-color css
<style>
span { border-color: #30B642; }
span { border-color: rgb(48,182,66); }
td.TdClassName
{
border-color: #30B642;
}
.TagClassName
{
border-color: #30B642;
}
</style>