Shades of Lime Green #30C243
Tints of Lime Green #30C243
RGB
CMYK
RGB Variations
Color information
#30C243 (or 0x30C243) is known color: Lime Green. HEX triplet: 30, C2 and 43. RGB value is (48,194,67). Sum of RGB (Red+Green+Blue) = 48+194+67=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #30C243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C243 is #CF3DBC. Grayscale: #888888. Windows color (decimal): -13581757 or 4440624. OLE color: 4440624.
HSL color Cylindrical-coordinate representation of color #30C243: hue angle of 127.81º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C243 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 67 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.24 |
| HSL | 127.81º | 0.6% | 0.47% | - |
| HSV(B) | 127.81º | 0.75% | 0.76% | - |
| XYZ | 21.52 | 39.62 | 11.82 | - |
| YUV | 135.87 | 89.13 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 67 | 0.75 | 0 | 0.65 | 0.24 | 127.81 | 0.6 | 0.47 |
| Hex | 30 | C2 | 43 | 4B | 0 | 41 | 18 | 80 | 3C | 2F |
| Octal | 60 | 302 | 103 | 113 | 0 | 101 | 30 | 200 | 74 | 57 |
| Binary | 110000 | 11000010 | 1000011 | 1001011 | 0 | 1000001 | 11000 | 10000000 | 111100 | 101111 |
Color Harmonies of #30C243
Complementary color
Monochromatic Colors of #30C243
Black with #30C243
Text Example
Text Example
White with #30C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C243; }
p { color: rgb(48,194,67); }
H1.HeaderClassName
{
color: #30C243;
}
.AnyTagClassName
{
color: #30C243;
}
</style>
background-color css
<style>
a { background-color: #30C243; }
a { background-color: rgb(48,194,67); }
div.DivClassName
{
background-color: #30C243;
}
.BgClassName
{
background-color: #30C243;
}
</style>
border-color css
<style>
span { border-color: #30C243; }
span { border-color: rgb(48,194,67); }
td.TdClassName
{
border-color: #30C243;
}
.TagClassName
{
border-color: #30C243;
}
</style>