Shades of Lime Green #30B52C
Tints of Lime Green #30B52C
RGB
CMYK
RGB Variations
Color information
#30B52C (or 0x30B52C) is known color: Lime Green. HEX triplet: 30, B5 and 2C. RGB value is (48,181,44). Sum of RGB (Red+Green+Blue) = 48+181+44=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #30B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B52C is #CF4AD3. Grayscale: #7E7E7E. Windows color (decimal): -13585108 or 2929968. OLE color: 2929968.
HSL color Cylindrical-coordinate representation of color #30B52C: hue angle of 118.25º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B52C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 44 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.29 |
| HSL | 118.25º | 0.61% | 0.44% | - |
| HSV(B) | 118.25º | 0.76% | 0.71% | - |
| XYZ | 18.2 | 33.86 | 7.96 | - |
| YUV | 125.62 | 81.94 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 44 | 0.73 | 0 | 0.76 | 0.29 | 118.25 | 0.61 | 0.44 |
| Hex | 30 | B5 | 2C | 49 | 0 | 4C | 1D | 76 | 3D | 2C |
| Octal | 60 | 265 | 54 | 111 | 0 | 114 | 35 | 166 | 75 | 54 |
| Binary | 110000 | 10110101 | 101100 | 1001001 | 0 | 1001100 | 11101 | 1110110 | 111101 | 101100 |
Color Harmonies of #30B52C
Complementary color
Monochromatic Colors of #30B52C
Black with #30B52C
Text Example
Text Example
White with #30B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B52C; }
p { color: rgb(48,181,44); }
H1.HeaderClassName
{
color: #30B52C;
}
.AnyTagClassName
{
color: #30B52C;
}
</style>
background-color css
<style>
a { background-color: #30B52C; }
a { background-color: rgb(48,181,44); }
div.DivClassName
{
background-color: #30B52C;
}
.BgClassName
{
background-color: #30B52C;
}
</style>
border-color css
<style>
span { border-color: #30B52C; }
span { border-color: rgb(48,181,44); }
td.TdClassName
{
border-color: #30B52C;
}
.TagClassName
{
border-color: #30B52C;
}
</style>