Shades of Lime Green #30C335
Tints of Lime Green #30C335
RGB
CMYK
RGB Variations
Color information
#30C335 (or 0x30C335) is known color: Lime Green. HEX triplet: 30, C3 and 35. RGB value is (48,195,53). Sum of RGB (Red+Green+Blue) = 48+195+53=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #30C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C335 is #CF3CCA. Grayscale: #878787. Windows color (decimal): -13581515 or 3523376. OLE color: 3523376.
HSL color Cylindrical-coordinate representation of color #30C335: hue angle of 122.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C335 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 195 | 53 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.24 |
| HSL | 122.04º | 0.6% | 0.48% | - |
| HSV(B) | 122.04º | 0.75% | 0.76% | - |
| XYZ | 21.38 | 39.92 | 9.95 | - |
| YUV | 134.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 195 | 53 | 0.75 | 0 | 0.73 | 0.24 | 122.04 | 0.6 | 0.48 |
| Hex | 30 | C3 | 35 | 4B | 0 | 49 | 18 | 7A | 3C | 30 |
| Octal | 60 | 303 | 65 | 113 | 0 | 111 | 30 | 172 | 74 | 60 |
| Binary | 110000 | 11000011 | 110101 | 1001011 | 0 | 1001001 | 11000 | 1111010 | 111100 | 110000 |
Color Harmonies of #30C335
Complementary color
Monochromatic Colors of #30C335
Black with #30C335
Text Example
Text Example
White with #30C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C335; }
p { color: rgb(48,195,53); }
H1.HeaderClassName
{
color: #30C335;
}
.AnyTagClassName
{
color: #30C335;
}
</style>
background-color css
<style>
a { background-color: #30C335; }
a { background-color: rgb(48,195,53); }
div.DivClassName
{
background-color: #30C335;
}
.BgClassName
{
background-color: #30C335;
}
</style>
border-color css
<style>
span { border-color: #30C335; }
span { border-color: rgb(48,195,53); }
td.TdClassName
{
border-color: #30C335;
}
.TagClassName
{
border-color: #30C335;
}
</style>