Html Css Color HEX #30BD70 Medium Sea Green

📋 copy color: '#30BD70'

red 48 ◦ green 189 ◦ blue 112

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

Shades of Medium Sea Green #30BD70

Tints of Medium Sea Green #30BD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.15%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 13.75%
G = 54.15%
B = 32.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#30BD70 (or 0x30BD70) is known color: Medium Sea Green. HEX triplet: 30, BD and 70. RGB value is (48,189,112). Sum of RGB (Red+Green+Blue) = 48+189+112=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD70 is #CF428F. Grayscale: #8A8A8A. Windows color (decimal): -13582992 or 7388464. OLE color: 7388464.

HSL color Cylindrical-coordinate representation of color #30BD70: hue angle of 147.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD70 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 189 112 -
CMYK 0.75 0 0.41 0.26
HSL 147.23º 0.59% 0.46% -
HSV(B) 147.23º 0.75% 0.74% -
XYZ 22.34 38.19 21.52 -
YUV 138.06 113.29 63.76 -
System Red Green Blue C M Y K H S L
Decimal 48 189 112 0.75 0 0.41 0.26 147.23 0.59 0.46
Hex 30 BD 70 4B 0 29 1A 93 3B 2E
Octal 60 275 160 113 0 51 32 223 73 56
Binary 110000 10111101 1110000 1001011 0 101001 11010 10010011 111011 101110

Color Harmonies of #30BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD70

Black with #30BD70

Text Example


Text Example

White with #30BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,112); }

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

background-color css

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

 a { background-color: rgb(48,189,112); }

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

border-color css

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

 span { border-color: rgb(48,189,112); }

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