Shades of Lime Green #30D635
Tints of Lime Green #30D635
RGB
CMYK
RGB Variations
Color information
#30D635 (or 0x30D635) is known color: Lime Green. HEX triplet: 30, D6 and 35. RGB value is (48,214,53). Sum of RGB (Red+Green+Blue) = 48+214+53=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #30D635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D635 is #CF29CA. Grayscale: #929292. Windows color (decimal): -13576651 or 3528240. OLE color: 3528240.
HSL color Cylindrical-coordinate representation of color #30D635: hue angle of 121.81º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D635 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 53 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.16 |
| HSL | 121.81º | 0.67% | 0.51% | - |
| HSV(B) | 121.81º | 0.78% | 0.84% | - |
| XYZ | 25.91 | 48.98 | 11.46 | - |
| YUV | 146.01 | 75.5 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 53 | 0.78 | 0 | 0.75 | 0.16 | 121.81 | 0.67 | 0.51 |
| Hex | 30 | D6 | 35 | 4E | 0 | 4B | 10 | 7A | 43 | 33 |
| Octal | 60 | 326 | 65 | 116 | 0 | 113 | 20 | 172 | 103 | 63 |
| Binary | 110000 | 11010110 | 110101 | 1001110 | 0 | 1001011 | 10000 | 1111010 | 1000011 | 110011 |
Color Harmonies of #30D635
Complementary color
Monochromatic Colors of #30D635
Black with #30D635
Text Example
Text Example
White with #30D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D635; }
p { color: rgb(48,214,53); }
H1.HeaderClassName
{
color: #30D635;
}
.AnyTagClassName
{
color: #30D635;
}
</style>
background-color css
<style>
a { background-color: #30D635; }
a { background-color: rgb(48,214,53); }
div.DivClassName
{
background-color: #30D635;
}
.BgClassName
{
background-color: #30D635;
}
</style>
border-color css
<style>
span { border-color: #30D635; }
span { border-color: rgb(48,214,53); }
td.TdClassName
{
border-color: #30D635;
}
.TagClassName
{
border-color: #30D635;
}
</style>