Shades of Lime Green #30D553
Tints of Lime Green #30D553
RGB
CMYK
RGB Variations
Color information
#30D553 (or 0x30D553) is known color: Lime Green. HEX triplet: 30, D5 and 53. RGB value is (48,213,83). Sum of RGB (Red+Green+Blue) = 48+213+83=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #30D553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D553 is #CF2AAC. Grayscale: #959595. Windows color (decimal): -13576877 or 5494064. OLE color: 5494064.
HSL color Cylindrical-coordinate representation of color #30D553: hue angle of 132.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D553 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 83 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.16 |
| HSL | 132.73º | 0.66% | 0.51% | - |
| HSV(B) | 132.73º | 0.77% | 0.84% | - |
| XYZ | 26.57 | 48.84 | 16.21 | - |
| YUV | 148.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 83 | 0.77 | 0 | 0.61 | 0.16 | 132.73 | 0.66 | 0.51 |
| Hex | 30 | D5 | 53 | 4D | 0 | 3D | 10 | 85 | 42 | 33 |
| Octal | 60 | 325 | 123 | 115 | 0 | 75 | 20 | 205 | 102 | 63 |
| Binary | 110000 | 11010101 | 1010011 | 1001101 | 0 | 111101 | 10000 | 10000101 | 1000010 | 110011 |
Color Harmonies of #30D553
Complementary color
Monochromatic Colors of #30D553
Black with #30D553
Text Example
Text Example
White with #30D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D553; }
p { color: rgb(48,213,83); }
H1.HeaderClassName
{
color: #30D553;
}
.AnyTagClassName
{
color: #30D553;
}
</style>
background-color css
<style>
a { background-color: #30D553; }
a { background-color: rgb(48,213,83); }
div.DivClassName
{
background-color: #30D553;
}
.BgClassName
{
background-color: #30D553;
}
</style>
border-color css
<style>
span { border-color: #30D553; }
span { border-color: rgb(48,213,83); }
td.TdClassName
{
border-color: #30D553;
}
.TagClassName
{
border-color: #30D553;
}
</style>