Html Css Color HEX #30BF85 Jungle Green

📋 copy color: '#30BF85'

red 48 ◦ green 191 ◦ blue 133

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

Shades of Jungle Green #30BF85

Tints of Jungle Green #30BF85

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 12.9%
G = 51.34%
B = 35.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#30BF85 (or 0x30BF85) is known color: Jungle Green. HEX triplet: 30, BF and 85. RGB value is (48,191,133). Sum of RGB (Red+Green+Blue) = 48+191+133=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF85 is #CF407A. Grayscale: #8D8D8D. Windows color (decimal): -13582459 or 8765232. OLE color: 8765232.

HSL color Cylindrical-coordinate representation of color #30BF85: hue angle of 155.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF85 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 133 -
CMYK 0.75 0 0.30 0.25
HSL 155.66º 0.6% 0.47% -
HSV(B) 155.66º 0.75% 0.75% -
XYZ 24.08 39.58 28.56 -
YUV 141.63 123.12 61.22 -
System Red Green Blue C M Y K H S L
Decimal 48 191 133 0.75 0 0.30 0.25 155.66 0.6 0.47
Hex 30 BF 85 4B 0 1E 19 9C 3C 2F
Octal 60 277 205 113 0 36 31 234 74 57
Binary 110000 10111111 10000101 1001011 0 11110 11001 10011100 111100 101111

Color Harmonies of #30BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF85

Black with #30BF85

Text Example


Text Example

White with #30BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,133); }

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

background-color css

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

 a { background-color: rgb(48,191,133); }

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

border-color css

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

 span { border-color: rgb(48,191,133); }

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