Shades of Lime Green #30B13E
Tints of Lime Green #30B13E
RGB
CMYK
RGB Variations
Color information
#30B13E (or 0x30B13E) is known color: Lime Green. HEX triplet: 30, B1 and 3E. RGB value is (48,177,62). Sum of RGB (Red+Green+Blue) = 48+177+62=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #30B13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B13E is #CF4EC1. Grayscale: #7D7D7D. Windows color (decimal): -13586114 or 4108592. OLE color: 4108592.
HSL color Cylindrical-coordinate representation of color #30B13E: hue angle of 126.51º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B13E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 62 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.31 |
| HSL | 126.51º | 0.57% | 0.44% | - |
| HSV(B) | 126.51º | 0.73% | 0.69% | - |
| XYZ | 17.81 | 32.42 | 9.88 | - |
| YUV | 125.32 | 92.26 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 62 | 0.73 | 0 | 0.65 | 0.31 | 126.51 | 0.57 | 0.44 |
| Hex | 30 | B1 | 3E | 49 | 0 | 41 | 1F | 7F | 39 | 2C |
| Octal | 60 | 261 | 76 | 111 | 0 | 101 | 37 | 177 | 71 | 54 |
| Binary | 110000 | 10110001 | 111110 | 1001001 | 0 | 1000001 | 11111 | 1111111 | 111001 | 101100 |
Color Harmonies of #30B13E
Complementary color
Monochromatic Colors of #30B13E
Black with #30B13E
Text Example
Text Example
White with #30B13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B13E; }
p { color: rgb(48,177,62); }
H1.HeaderClassName
{
color: #30B13E;
}
.AnyTagClassName
{
color: #30B13E;
}
</style>
background-color css
<style>
a { background-color: #30B13E; }
a { background-color: rgb(48,177,62); }
div.DivClassName
{
background-color: #30B13E;
}
.BgClassName
{
background-color: #30B13E;
}
</style>
border-color css
<style>
span { border-color: #30B13E; }
span { border-color: rgb(48,177,62); }
td.TdClassName
{
border-color: #30B13E;
}
.TagClassName
{
border-color: #30B13E;
}
</style>