Shades of Lime Green #30C327
Tints of Lime Green #30C327
RGB
CMYK
RGB Variations
Color information
#30C327 (or 0x30C327) is known color: Lime Green. HEX triplet: 30, C3 and 27. RGB value is (48,195,39). Sum of RGB (Red+Green+Blue) = 48+195+39=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #30C327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C327 is #CF3CD8. Grayscale: #858585. Windows color (decimal): -13581529 or 2605872. OLE color: 2605872.
HSL color Cylindrical-coordinate representation of color #30C327: hue angle of 116.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30C327 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 195 | 39 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.24 |
| HSL | 116.54º | 0.67% | 0.46% | - |
| HSV(B) | 116.54º | 0.8% | 0.76% | - |
| XYZ | 21.1 | 39.81 | 8.49 | - |
| YUV | 133.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 195 | 39 | 0.75 | 0 | 0.80 | 0.24 | 116.54 | 0.67 | 0.46 |
| Hex | 30 | C3 | 27 | 4B | 0 | 50 | 18 | 75 | 43 | 2E |
| Octal | 60 | 303 | 47 | 113 | 0 | 120 | 30 | 165 | 103 | 56 |
| Binary | 110000 | 11000011 | 100111 | 1001011 | 0 | 1010000 | 11000 | 1110101 | 1000011 | 101110 |
Color Harmonies of #30C327
Complementary color
Monochromatic Colors of #30C327
Black with #30C327
Text Example
Text Example
White with #30C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C327; }
p { color: rgb(48,195,39); }
H1.HeaderClassName
{
color: #30C327;
}
.AnyTagClassName
{
color: #30C327;
}
</style>
background-color css
<style>
a { background-color: #30C327; }
a { background-color: rgb(48,195,39); }
div.DivClassName
{
background-color: #30C327;
}
.BgClassName
{
background-color: #30C327;
}
</style>
border-color css
<style>
span { border-color: #30C327; }
span { border-color: rgb(48,195,39); }
td.TdClassName
{
border-color: #30C327;
}
.TagClassName
{
border-color: #30C327;
}
</style>