Html Css Color HEX #30BC84 Jungle Green

📋 copy color: '#30BC84'

red 48 ◦ green 188 ◦ blue 132

#30BC84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #30BC84

Tints of Jungle Green #30BC84

RGB

 RED value IS 48 (19.14% from 255) = 13.04%

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 13.04%
G = 51.09%
B = 35.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30BC84 (or 0x30BC84) is known color: Jungle Green. HEX triplet: 30, BC and 84. RGB value is (48,188,132). Sum of RGB (Red+Green+Blue) = 48+188+132=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC84 is #CF437B. Grayscale: #8B8B8B. Windows color (decimal): -13583228 or 8698928. OLE color: 8698928.

HSL color Cylindrical-coordinate representation of color #30BC84: hue angle of 156º 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 #30BC84 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 188 132 -
CMYK 0.74 0 0.30 0.26
HSL 156º 0.59% 0.46% -
HSV(B) 156º 0.74% 0.74% -
XYZ 23.37 38.26 27.98 -
YUV 139.76 123.62 62.55 -
System Red Green Blue C M Y K H S L
Decimal 48 188 132 0.74 0 0.30 0.26 156 0.59 0.46
Hex 30 BC 84 4A 0 1E 1A 9C 3B 2E
Octal 60 274 204 112 0 36 32 234 73 56
Binary 110000 10111100 10000100 1001010 0 11110 11010 10011100 111011 101110

Color Harmonies of #30BC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC84

Black with #30BC84

Text Example


Text Example

White with #30BC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BC84; }

 p { color: rgb(48,188,132); }

 H1.HeaderClassName
 {
   color: #30BC84;
 }
 .AnyTagClassName
 {
   color: #30BC84;
 }
</style>

background-color css

<style>
 a { background-color: #30BC84; }

 a { background-color: rgb(48,188,132); }

 div.DivClassName
 {
   background-color: #30BC84;
 }
 .BgClassName
 {
   background-color: #30BC84;
 }
</style>

border-color css

<style>
 span { border-color: #30BC84; }

 span { border-color: rgb(48,188,132); }

 td.TdClassName
 {
   border-color: #30BC84;
 }
 .TagClassName
 {
   border-color: #30BC84;
 }
</style>