Shades of Lime Green #30C328
Tints of Lime Green #30C328
RGB
CMYK
RGB Variations
Color information
#30C328 (or 0x30C328) is known color: Lime Green. HEX triplet: 30, C3 and 28. RGB value is (48,195,40). Sum of RGB (Red+Green+Blue) = 48+195+40=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #30C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C328 is #CF3CD7. Grayscale: #858585. Windows color (decimal): -13581528 or 2671408. OLE color: 2671408.
HSL color Cylindrical-coordinate representation of color #30C328: hue angle of 116.9º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C328 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 195 | 40 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.24 |
| HSL | 116.9º | 0.66% | 0.46% | - |
| HSV(B) | 116.9º | 0.79% | 0.76% | - |
| XYZ | 21.12 | 39.81 | 8.58 | - |
| YUV | 133.38 | 75.3 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 195 | 40 | 0.75 | 0 | 0.79 | 0.24 | 116.9 | 0.66 | 0.46 |
| Hex | 30 | C3 | 28 | 4B | 0 | 4F | 18 | 75 | 42 | 2E |
| Octal | 60 | 303 | 50 | 113 | 0 | 117 | 30 | 165 | 102 | 56 |
| Binary | 110000 | 11000011 | 101000 | 1001011 | 0 | 1001111 | 11000 | 1110101 | 1000010 | 101110 |
Color Harmonies of #30C328
Complementary color
Monochromatic Colors of #30C328
Black with #30C328
Text Example
Text Example
White with #30C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C328; }
p { color: rgb(48,195,40); }
H1.HeaderClassName
{
color: #30C328;
}
.AnyTagClassName
{
color: #30C328;
}
</style>
background-color css
<style>
a { background-color: #30C328; }
a { background-color: rgb(48,195,40); }
div.DivClassName
{
background-color: #30C328;
}
.BgClassName
{
background-color: #30C328;
}
</style>
border-color css
<style>
span { border-color: #30C328; }
span { border-color: rgb(48,195,40); }
td.TdClassName
{
border-color: #30C328;
}
.TagClassName
{
border-color: #30C328;
}
</style>