Shades of Lime Green #30B33C
Tints of Lime Green #30B33C
RGB
CMYK
RGB Variations
Color information
#30B33C (or 0x30B33C) is known color: Lime Green. HEX triplet: 30, B3 and 3C. RGB value is (48,179,60). Sum of RGB (Red+Green+Blue) = 48+179+60=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #30B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B33C is #CF4CC3. Grayscale: #7E7E7E. Windows color (decimal): -13585604 or 3978032. OLE color: 3978032.
HSL color Cylindrical-coordinate representation of color #30B33C: hue angle of 125.5º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B33C is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 60 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.30 |
| HSL | 125.5º | 0.58% | 0.45% | - |
| HSV(B) | 125.5º | 0.73% | 0.7% | - |
| XYZ | 18.15 | 33.19 | 9.73 | - |
| YUV | 126.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 60 | 0.73 | 0 | 0.66 | 0.30 | 125.5 | 0.58 | 0.45 |
| Hex | 30 | B3 | 3C | 49 | 0 | 42 | 1E | 7D | 3A | 2D |
| Octal | 60 | 263 | 74 | 111 | 0 | 102 | 36 | 175 | 72 | 55 |
| Binary | 110000 | 10110011 | 111100 | 1001001 | 0 | 1000010 | 11110 | 1111101 | 111010 | 101101 |
Color Harmonies of #30B33C
Complementary color
Monochromatic Colors of #30B33C
Black with #30B33C
Text Example
Text Example
White with #30B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B33C; }
p { color: rgb(48,179,60); }
H1.HeaderClassName
{
color: #30B33C;
}
.AnyTagClassName
{
color: #30B33C;
}
</style>
background-color css
<style>
a { background-color: #30B33C; }
a { background-color: rgb(48,179,60); }
div.DivClassName
{
background-color: #30B33C;
}
.BgClassName
{
background-color: #30B33C;
}
</style>
border-color css
<style>
span { border-color: #30B33C; }
span { border-color: rgb(48,179,60); }
td.TdClassName
{
border-color: #30B33C;
}
.TagClassName
{
border-color: #30B33C;
}
</style>