Shades of Lime Green #30AE25
Tints of Lime Green #30AE25
RGB
CMYK
RGB Variations
Color information
#30AE25 (or 0x30AE25) is known color: Lime Green. HEX triplet: 30, AE and 25. RGB value is (48,174,37). Sum of RGB (Red+Green+Blue) = 48+174+37=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE25 is #CF51DA. Grayscale: #797979. Windows color (decimal): -13586907 or 2469424. OLE color: 2469424.
HSL color Cylindrical-coordinate representation of color #30AE25: hue angle of 115.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30AE25 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 174 | 37 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.32 |
| HSL | 115.18º | 0.65% | 0.41% | - |
| HSV(B) | 115.18º | 0.79% | 0.68% | - |
| XYZ | 16.69 | 31.03 | 6.86 | - |
| YUV | 120.71 | 80.76 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 37 | 0.72 | 0 | 0.79 | 0.32 | 115.18 | 0.65 | 0.41 |
| Hex | 30 | AE | 25 | 48 | 0 | 4F | 20 | 73 | 41 | 29 |
| Octal | 60 | 256 | 45 | 110 | 0 | 117 | 40 | 163 | 101 | 51 |
| Binary | 110000 | 10101110 | 100101 | 1001000 | 0 | 1001111 | 100000 | 1110011 | 1000001 | 101001 |
Color Harmonies of #30AE25
Complementary color
Monochromatic Colors of #30AE25
Black with #30AE25
Text Example
Text Example
White with #30AE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AE25; }
p { color: rgb(48,174,37); }
H1.HeaderClassName
{
color: #30AE25;
}
.AnyTagClassName
{
color: #30AE25;
}
</style>
background-color css
<style>
a { background-color: #30AE25; }
a { background-color: rgb(48,174,37); }
div.DivClassName
{
background-color: #30AE25;
}
.BgClassName
{
background-color: #30AE25;
}
</style>
border-color css
<style>
span { border-color: #30AE25; }
span { border-color: rgb(48,174,37); }
td.TdClassName
{
border-color: #30AE25;
}
.TagClassName
{
border-color: #30AE25;
}
</style>