Shades of Lime Green #30C93F
Tints of Lime Green #30C93F
RGB
CMYK
RGB Variations
Color information
#30C93F (or 0x30C93F) is known color: Lime Green. HEX triplet: 30, C9 and 3F. RGB value is (48,201,63). Sum of RGB (Red+Green+Blue) = 48+201+63=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #30C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C93F is #CF36C0. Grayscale: #8B8B8B. Windows color (decimal): -13579969 or 4180272. OLE color: 4180272.
HSL color Cylindrical-coordinate representation of color #30C93F: hue angle of 125.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C93F is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 63 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.21 |
| HSL | 125.88º | 0.61% | 0.49% | - |
| HSV(B) | 125.88º | 0.76% | 0.79% | - |
| XYZ | 23 | 42.76 | 11.74 | - |
| YUV | 139.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 63 | 0.76 | 0 | 0.69 | 0.21 | 125.88 | 0.61 | 0.49 |
| Hex | 30 | C9 | 3F | 4C | 0 | 45 | 15 | 7E | 3D | 31 |
| Octal | 60 | 311 | 77 | 114 | 0 | 105 | 25 | 176 | 75 | 61 |
| Binary | 110000 | 11001001 | 111111 | 1001100 | 0 | 1000101 | 10101 | 1111110 | 111101 | 110001 |
Color Harmonies of #30C93F
Complementary color
Monochromatic Colors of #30C93F
Black with #30C93F
Text Example
Text Example
White with #30C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C93F; }
p { color: rgb(48,201,63); }
H1.HeaderClassName
{
color: #30C93F;
}
.AnyTagClassName
{
color: #30C93F;
}
</style>
background-color css
<style>
a { background-color: #30C93F; }
a { background-color: rgb(48,201,63); }
div.DivClassName
{
background-color: #30C93F;
}
.BgClassName
{
background-color: #30C93F;
}
</style>
border-color css
<style>
span { border-color: #30C93F; }
span { border-color: rgb(48,201,63); }
td.TdClassName
{
border-color: #30C93F;
}
.TagClassName
{
border-color: #30C93F;
}
</style>