Shades of Lime Green #30AE3E
Tints of Lime Green #30AE3E
RGB
CMYK
RGB Variations
Color information
#30AE3E (or 0x30AE3E) is known color: Lime Green. HEX triplet: 30, AE and 3E. RGB value is (48,174,62). Sum of RGB (Red+Green+Blue) = 48+174+62=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE3E is #CF51C1. Grayscale: #7B7B7B. Windows color (decimal): -13586882 or 4107824. OLE color: 4107824.
HSL color Cylindrical-coordinate representation of color #30AE3E: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE3E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 174 | 62 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.32 |
| HSL | 126.67º | 0.57% | 0.44% | - |
| HSV(B) | 126.67º | 0.72% | 0.68% | - |
| XYZ | 17.22 | 31.25 | 9.68 | - |
| YUV | 123.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 62 | 0.72 | 0 | 0.64 | 0.32 | 126.67 | 0.57 | 0.44 |
| Hex | 30 | AE | 3E | 48 | 0 | 40 | 20 | 7F | 39 | 2C |
| Octal | 60 | 256 | 76 | 110 | 0 | 100 | 40 | 177 | 71 | 54 |
| Binary | 110000 | 10101110 | 111110 | 1001000 | 0 | 1000000 | 100000 | 1111111 | 111001 | 101100 |
Color Harmonies of #30AE3E
Complementary color
Monochromatic Colors of #30AE3E
Black with #30AE3E
Text Example
Text Example
White with #30AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AE3E; }
p { color: rgb(48,174,62); }
H1.HeaderClassName
{
color: #30AE3E;
}
.AnyTagClassName
{
color: #30AE3E;
}
</style>
background-color css
<style>
a { background-color: #30AE3E; }
a { background-color: rgb(48,174,62); }
div.DivClassName
{
background-color: #30AE3E;
}
.BgClassName
{
background-color: #30AE3E;
}
</style>
border-color css
<style>
span { border-color: #30AE3E; }
span { border-color: rgb(48,174,62); }
td.TdClassName
{
border-color: #30AE3E;
}
.TagClassName
{
border-color: #30AE3E;
}
</style>