Html Css Color HEX #30BC87 Jungle Green

📋 copy color: '#30BC87'

red 48 ◦ green 188 ◦ blue 135

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

Shades of Jungle Green #30BC87

Tints of Jungle Green #30BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 12.94%
G = 50.67%
B = 36.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#30BC87 (or 0x30BC87) is known color: Jungle Green. HEX triplet: 30, BC and 87. RGB value is (48,188,135). Sum of RGB (Red+Green+Blue) = 48+188+135=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC87 is #CF4378. Grayscale: #8C8C8C. Windows color (decimal): -13583225 or 8895536. OLE color: 8895536.

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

Color convert

RGB 48 188 135 -
CMYK 0.74 0 0.28 0.26
HSL 157.29º 0.59% 0.46% -
HSV(B) 157.29º 0.74% 0.74% -
XYZ 23.58 38.34 29.08 -
YUV 140.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 48 188 135 0.74 0 0.28 0.26 157.29 0.59 0.46
Hex 30 BC 87 4A 0 1C 1A 9D 3B 2E
Octal 60 274 207 112 0 34 32 235 73 56
Binary 110000 10111100 10000111 1001010 0 11100 11010 10011101 111011 101110

Color Harmonies of #30BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC87

Black with #30BC87

Text Example


Text Example

White with #30BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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