Html Css Color HEX #30C470 Medium Sea Green

📋 copy color: '#30C470'

red 48 ◦ green 196 ◦ blue 112

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

Shades of Medium Sea Green #30C470

Tints of Medium Sea Green #30C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

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

R = 13.48%
G = 55.06%
B = 31.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#30C470 (or 0x30C470) is known color: Medium Sea Green. HEX triplet: 30, C4 and 70. RGB value is (48,196,112). Sum of RGB (Red+Green+Blue) = 48+196+112=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #30C470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C470 is #CF3B8F. Grayscale: #8E8E8E. Windows color (decimal): -13581200 or 7390256. OLE color: 7390256.

HSL color Cylindrical-coordinate representation of color #30C470: hue angle of 145.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C470 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 112 -
CMYK 0.76 0 0.43 0.23
HSL 145.95º 0.61% 0.48% -
HSV(B) 145.95º 0.76% 0.77% -
XYZ 23.88 41.28 22.04 -
YUV 142.17 110.97 60.83 -
System Red Green Blue C M Y K H S L
Decimal 48 196 112 0.76 0 0.43 0.23 145.95 0.61 0.48
Hex 30 C4 70 4C 0 2B 17 92 3D 30
Octal 60 304 160 114 0 53 27 222 75 60
Binary 110000 11000100 1110000 1001100 0 101011 10111 10010010 111101 110000

Color Harmonies of #30C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C470

Black with #30C470

Text Example


Text Example

White with #30C470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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