Shades of Lime Green #30D235
Tints of Lime Green #30D235
RGB
CMYK
RGB Variations
Color information
#30D235 (or 0x30D235) is known color: Lime Green. HEX triplet: 30, D2 and 35. RGB value is (48,210,53). Sum of RGB (Red+Green+Blue) = 48+210+53=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #30D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D235 is #CF2DCA. Grayscale: #909090. Windows color (decimal): -13577675 or 3527216. OLE color: 3527216.
HSL color Cylindrical-coordinate representation of color #30D235: hue angle of 121.85º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D235 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 53 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.18 |
| HSL | 121.85º | 0.64% | 0.51% | - |
| HSV(B) | 121.85º | 0.77% | 0.82% | - |
| XYZ | 24.91 | 46.98 | 11.12 | - |
| YUV | 143.66 | 76.83 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 53 | 0.77 | 0 | 0.75 | 0.18 | 121.85 | 0.64 | 0.51 |
| Hex | 30 | D2 | 35 | 4D | 0 | 4B | 12 | 7A | 40 | 33 |
| Octal | 60 | 322 | 65 | 115 | 0 | 113 | 22 | 172 | 100 | 63 |
| Binary | 110000 | 11010010 | 110101 | 1001101 | 0 | 1001011 | 10010 | 1111010 | 1000000 | 110011 |
Color Harmonies of #30D235
Complementary color
Monochromatic Colors of #30D235
Black with #30D235
Text Example
Text Example
White with #30D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D235; }
p { color: rgb(48,210,53); }
H1.HeaderClassName
{
color: #30D235;
}
.AnyTagClassName
{
color: #30D235;
}
</style>
background-color css
<style>
a { background-color: #30D235; }
a { background-color: rgb(48,210,53); }
div.DivClassName
{
background-color: #30D235;
}
.BgClassName
{
background-color: #30D235;
}
</style>
border-color css
<style>
span { border-color: #30D235; }
span { border-color: rgb(48,210,53); }
td.TdClassName
{
border-color: #30D235;
}
.TagClassName
{
border-color: #30D235;
}
</style>