Shades of Jungle Green #30BC83
Tints of Jungle Green #30BC83
RGB
CMYK
RGB Variations
Color information
#30BC83 (or 0x30BC83) is known color: Jungle Green. HEX triplet: 30, BC and 83. RGB value is (48,188,131). Sum of RGB (Red+Green+Blue) = 48+188+131=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC83 is #CF437C. Grayscale: #8B8B8B. Windows color (decimal): -13583229 or 8633392. OLE color: 8633392.
HSL color Cylindrical-coordinate representation of color #30BC83: hue angle of 155.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC83 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 131 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.26 |
| HSL | 155.57º | 0.59% | 0.46% | - |
| HSV(B) | 155.57º | 0.74% | 0.74% | - |
| XYZ | 23.3 | 38.23 | 27.62 | - |
| YUV | 139.64 | 123.12 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 131 | 0.74 | 0 | 0.30 | 0.26 | 155.57 | 0.59 | 0.46 |
| Hex | 30 | BC | 83 | 4A | 0 | 1E | 1A | 9C | 3B | 2E |
| Octal | 60 | 274 | 203 | 112 | 0 | 36 | 32 | 234 | 73 | 56 |
| Binary | 110000 | 10111100 | 10000011 | 1001010 | 0 | 11110 | 11010 | 10011100 | 111011 | 101110 |
Color Harmonies of #30BC83
Complementary color
Monochromatic Colors of #30BC83
Black with #30BC83
Text Example
Text Example
White with #30BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC83; }
p { color: rgb(48,188,131); }
H1.HeaderClassName
{
color: #30BC83;
}
.AnyTagClassName
{
color: #30BC83;
}
</style>
background-color css
<style>
a { background-color: #30BC83; }
a { background-color: rgb(48,188,131); }
div.DivClassName
{
background-color: #30BC83;
}
.BgClassName
{
background-color: #30BC83;
}
</style>
border-color css
<style>
span { border-color: #30BC83; }
span { border-color: rgb(48,188,131); }
td.TdClassName
{
border-color: #30BC83;
}
.TagClassName
{
border-color: #30BC83;
}
</style>